We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9d568 commit 637556dCopy full SHA for 637556d
1 file changed
package.json
@@ -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