-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "plugin-zbarcodescanner",
"version": "1.0.2",
"description": "",
"cordova": {
"id": "com.pgneri.plugin.zbarcodescanner",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/pgneri/plugin-zbarcodescanner"
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios",
"cordova-android",
"cordova:plugin"
],
"engines": [
{
"name": "cordova",
"version": ">=3.1.0"
}
],
"author": "Patrícia Gabriele Neri",
"license": "Apache",
"bugs": {
"url": "https://github.com/pgneri/plugin-zbarcodescanner/issues"
},
"homepage": "https://github.com/pgneri/plugin-zbarcodescanner#readme",
"scripts": {
"test": "jasmine-node --color spec"
},
"devDependencies": {
"jasmine-node": "1.14.5",
"pluginpub": "^0.0.5"
}
}