mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-04-16 00:02:54 +08:00
Add package.json file
so we can actually publish this to NPM
This commit is contained in:
33
package.json
Normal file
33
package.json
Normal file
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user