Skip to content

Commit 637556d

Browse files
author
Christophe BOUCAUT
committed
Add package.json for Cordova 8.
1 parent 4f9d568 commit 637556d

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "cordovacustomcamera",
3+
"version": "0.2.1",
4+
"description": "Cordova plugin to start a customizable camera",
5+
"main": "www/customCamera.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/geneanet/customCamera"
12+
},
13+
"keywords": [
14+
"cordova",
15+
"camera"
16+
],
17+
"author": "Christophe Boucaut",
18+
"license": "SEE LICENSE IN LICENSE",
19+
"bugs": {
20+
"url": "https://github.com/geneanet/customCamera/issues"
21+
},
22+
"homepage": "https://github.com/geneanet/customCamera#readme"
23+
}

0 commit comments

Comments
 (0)