forked from blocktrail/blocktrail-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.98 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "blocktrail-wallet",
"version": "1.0.17",
"description": "Wallet - by Blocktrail",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.3",
"git-rev": "^0.2.1",
"gulp": "^3.5.6",
"gulp-concat": "^2.5.2",
"gulp-if": "^1.2.5",
"gulp-minify-css": "^0.3.0",
"gulp-ng-annotate": "^0.5.3",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^2.2.14",
"lodash": "^3.7.0",
"node-notifier": "^4.2.1",
"q": "^1.4.1",
"shelljs": "^0.3.0",
"strip-json-comments": "^1.0.2",
"which": "^1.1.1"
},
"cordovaPlugins": [
"org.apache.cordova.device",
"org.apache.cordova.console",
"com.ionic.keyboard",
"io.litehelpers.cordova.sqlite",
"org.apache.cordova.splashscreen",
{
"locator": "https://github.com/dbaq/cordova-plugin-contacts-phone-numbers.git",
"id": "com.dbaq.cordova.contactsPhoneNumbers"
},
"cordova-plugin-whitelist",
{
"locator": "https://github.com/VersoSolutions/CordovaClipboard",
"id": "com.verso.cordova.clipboard"
},
"cordova-plugin-network-information",
{
"locator": "https://github.com/wymsee/cordova-imagePicker.git",
"id": "com.synconset.imagepicker"
},
"cordova-plugin-camera",
"cordova-plugin-globalization",
{
"locator": "https://github.com/Paldom/PinDialog.git",
"id": "hu.dpal.phonegap.plugins.PinDialog"
},
"fr.spirotron.cordova.disabledatadetectors",
{
"locator": "https://github.com/pwlin/cordova-plugin-file-opener2.git",
"id": "io.github.pwlin.cordova.plugins.fileopener2"
},
"cordova-plugin-file",
{
"locator": "https://github.com/whiteoctober/cordova-plugin-app-version.git",
"id": "uk.co.whiteoctober.cordova.appversion"
},
{
"locator": "https://github.com/pushandplay/cordova-plugin-apprate.git",
"id": "org.pushandplay.cordova.apprate"
},
"org.apache.cordova.inappbrowser",
{
"locator": "https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git",
"id": "nl.x-services.plugins.toast"
},
"cordova-plugin-vibration",
"org.apache.cordova.statusbar",
{
"locator": "https://github.com/blocktrail/Custom-URL-scheme.git",
"id": "cordova-plugin-customurlscheme",
"variables": {
"": ""
}
},
{
"locator": "https://github.com/blocktrail/cordova-plugin-email-composer.git",
"id": "de.appplant.cordova.plugin.email-composer"
},
{
"locator": "https://github.com/blocktrail/cordova-sms-plugin.git",
"id": "com.cordova.plugins.sms"
},
"phonegap-plugin-barcodescanner",
{
"locator": "https://github.com/blocktrail/cordova-plugin-dialogs.git#blocktrail",
"id": "cordova-plugin-dialogs"
}
],
"cordovaPlatforms": [
"ios",
"android",
{
"platform": "android",
"version": "4.0.0",
"locator": "android"
}
]
}