-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 986 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
{
"name": "nextmobile",
"displayName": "Navcoin NEXT Wallet",
"version": "1.0.20",
"description": "Navcoin NEXT Wallet",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "NavCoin Community",
"license": "Apache-2.0",
"dependencies": {
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-navigationbar-color": "0.0.9",
"cordova-plugin-qrscanner-11": "^3.0.5",
"cordova-plugin-statusbar": "^2.4.2",
"xmldom": "^0.6.0"
},
"cordova": {
"plugins": {
"cordova-plugin-statusbar": {},
"cordova-plugin-navigationbar-color": {},
"cordova-plugin-qrscanner-11": {}
},
"platforms": [
"ios",
"android"
]
},
"devDependencies": {
"cordova-android": "^11.0.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-qrscanner-11": "^3.0.5"
}
}