Skip to content

Commit

Permalink
Add package.json file
Browse files Browse the repository at this point in the history
so we can actually publish this to NPM
  • Loading branch information
DMcNamara committed Feb 22, 2016
1 parent b944643 commit 14f7f6c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "cordova-plugin-image-picker",
"version": "1.1.0",
"description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app",
"cordova": {
"id": "cordova-plugin-image-picker",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wymsee/cordova-imagePicker.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Wymsee",
"license": "MIT",
"bugs": {
"url": "https://github.com/wymsee/cordova-imagePicker/issues"
},
"homepage": "https://github.com/wymsee/cordova-imagePicker#readme"
}

0 comments on commit 14f7f6c

Please sign in to comment.