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

Add package.json for Cordova 8.

This commit is contained in:
Christophe BOUCAUT 2018-07-10 10:55:13 +02:00
parent 4f9d568a6c
commit 637556d048

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"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"
}