64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"name": "@goiarlabs/cordova-base64-to-gallery",
|
|
"version": "6.0.0-falopa",
|
|
"description": "Cordova plugin to save base64 data as a png image into the device",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"bump": "node ./scripts/bump_version",
|
|
"lint": "eslint www/base64ToGallery.js",
|
|
"test": "npm run lint",
|
|
"postversion": "npm run bump",
|
|
"prepublish": "npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/@goiarlabs/cordova-base64-to-gallery.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/@goiarlabs/cordova-base64-to-gallery/issues"
|
|
},
|
|
"engines": [
|
|
{
|
|
"cordova": ">=3.0.0"
|
|
},
|
|
{
|
|
"node": ">=0.12"
|
|
}
|
|
],
|
|
"cordova": {
|
|
"id": "@goiarlabs/cordova-base64-to-gallery",
|
|
"platforms": [
|
|
"ios",
|
|
"android",
|
|
"wp8"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"image",
|
|
"base64",
|
|
"save",
|
|
"photo library",
|
|
"gallery",
|
|
"ecosystem:cordova",
|
|
"cordova-ios",
|
|
"cordova-android",
|
|
"cordova-wp8"
|
|
],
|
|
"author": {
|
|
"name": "StefanoMagrassi",
|
|
"email": "stefano.magrassi@gmail.com",
|
|
"url": "http://thinkwritedone.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Simba Zhang",
|
|
"email": "solderzzc@gmail.com",
|
|
"url": "http://www.tiegushi.com"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"eslint": "3.12.2",
|
|
"nodemsg": "1.1.0"
|
|
}
|
|
}
|