9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2024-10-06 02:12:07 +08:00
customCamera/package.json
2018-07-10 10:55:13 +02:00

24 lines
596 B
JSON

{
"name": "cordovacustomcamera",
"version": "0.2.1",
"description": "Cordova plugin to start a customizable camera",
"main": "www/customCamera.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/geneanet/customCamera"
},
"keywords": [
"cordova",
"camera"
],
"author": "Christophe Boucaut",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/geneanet/customCamera/issues"
},
"homepage": "https://github.com/geneanet/customCamera#readme"
}