Files
cordova-base64-to-gallery/package.json
T
2015-12-11 17:38:45 +01:00

65 lines
1.2 KiB
JSON

{
"name": "cordova-base64-to-gallery",
"version": "1.0.1",
"description": "Cordova plugin to save base64 data as a png image into the device",
"license": "MIT",
"scripts":
{
"lint": "eslint www/base64ToGallery.js",
"test": "npm run lint",
"prepublish": "npm test"
},
"repository":
{
"type": "git",
"url": "git+https://github.com/Nexxa/base64ToGallery.git"
},
"bugs":
{
"url": "https://github.com/Nexxa/base64ToGallery/issues"
},
"engines": [
{
"cordova": ">=3.0.0"
},
{
"node": ">=0.10"
}
],
"cordova":
{
"id": "it.nexxa.base64ToGallery",
"platforms": [
"ios",
"android",
"wp8"
]
},
"keywords": [
"image",
"base64",
"save",
"photo library",
"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": "^1.10.3"
}
}