From 32e1ef4001d3d38243a0d726193111b010dbf870 Mon Sep 17 00:00:00 2001 From: "Roman A. Sarria" Date: Fri, 9 Oct 2015 16:32:37 -0300 Subject: [PATCH] Adding package.json for npm publishing --- LICENSE.md | 20 ++++++++++++++++++++ package.json | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 LICENSE.md create mode 100644 package.json diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..eec2fab --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,20 @@ +MIT License + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/package.json b/package.json new file mode 100644 index 0000000..4fcfbfd --- /dev/null +++ b/package.json @@ -0,0 +1,39 @@ +{ + "name": "com-sarriaroman-photoviewer", + "version": "1.0.2", + "description": "This plugin is intended to show a picture from an URL into a Photo Viewer with zoom features.", + "cordova": { + "id": "com-sarriaroman-photoviewer", + "platforms": [ + "android", + "ios" + ] + }, + "repository": { + "type": "git", + "url": "https://github.com/sarriaroman/photoviewer" + }, + "keywords": [ + "cordova", + "photoviewer", + "ecosystem:cordova", + "cordova-android", + "cordova-ios" + ], + "engines": [ + { + "name": "cordova", + "version": ">=4.0.0" + }, + { + "name": "cordova-android", + "version": ">=4" + }, + { + "name": "cordova-plugman", + "version": ">=4.2.0" + } + ], + "author": "Román A. Sarria", + "license": "MIT" +}