-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
106 lines (106 loc) · 3.42 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
105
106
{
"name": "bitpocket-mobile-app",
"author": "Stefan Huber",
"version": "1.1.8",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/getbitpocket/bitpocket-mobile-app.git"
},
"bugs": "https://github.com/getbitpocket/bitpocket-mobile-app/issues",
"description": "Bitpocket mobile app",
"homepage": "http://www.bitpocket.at/",
"scripts": {
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"test": "npm run test:unit && npm run test:e2e",
"test:e2e": "webdriver-manager update --standalone false --gecko false; protractor ./config/protractor.conf.js",
"test:unit": "karma start ./config/karma.conf.js"
},
"config": {
"ionic_uglifyjs": "./config/uglifyjs.conf.js"
},
"dependencies": {
"@angular/common": "^5.0.2",
"@angular/compiler": "^5.0.2",
"@angular/compiler-cli": "^5.0.2",
"@angular/core": "^5.0.2",
"@angular/forms": "^5.0.2",
"@angular/http": "^5.0.2",
"@angular/platform-browser": "^5.0.2",
"@angular/platform-browser-dynamic": "^5.0.2",
"@ionic-native/core": "^4.4.2",
"@ionic-native/file": "^4.4.2",
"@ionic-native/file-opener": "^4.4.2",
"@ionic-native/network": "^4.4.2",
"@ionic-native/splash-screen": "^4.4.2",
"@ionic-native/status-bar": "^4.4.2",
"@ionic/storage": "^2.1.3",
"@ngx-translate/core": "^8.0.0",
"@ngx-translate/http-loader": "^2.0.0",
"bip21": "^2.0.1",
"bitcoinjs-lib": "^3.3.0",
"cordova-android": "6.4.0",
"cordova-plugin-file": "^5.0.0",
"cordova-plugin-file-opener2": "^2.0.19",
"cordova-plugin-inappbrowser": "^1.7.2",
"cordova-plugin-ionic-webview": "^1.1.16",
"cordova-plugin-network-information": "^1.3.4",
"cordova-plugin-qrscanner": "~2.5.0",
"cordova-plugin-splashscreen": "~4.1.0",
"cordova-plugin-whitelist": "^1.3.3",
"crypto-regex": "^0.3.0",
"ionic-angular": "^3.9.2",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"pouchdb": "^6.3.4",
"pouchdb-find": "^6.3.4",
"pouchdb-upsert": "^2.1.0",
"qrcode-generator": "^1.3.1",
"rxjs": "^5.5.2",
"socket.io": "^2.0.4",
"sw-toolbox": "^3.6.0",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.0",
"@types/bitcoinjs-lib": "^3.0.5",
"@types/cordova-plugin-qrscanner": "^1.0.31",
"@types/jasmine": "^2.8.2",
"@types/node": "^8.0.53",
"@types/socket.io": "^1.4.31",
"android-versions": "^1.2.1",
"angular2-template-loader": "^0.6.2",
"html-loader": "^0.5.1",
"jasmine": "^2.8.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.6",
"null-loader": "^0.1.1",
"protractor": "^5.2.0",
"ts-loader": "^2.3.7",
"ts-node": "^3.3.0",
"typescript": "2.4.2"
},
"cordova": {
"plugins": {
"ionic-plugin-keyboard": {},
"cordova-plugin-wkwebview-engine": {},
"cordova-plugin-network-information": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-qrscanner": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-file": {},
"cordova-plugin-file-opener2": {}
},
"platforms": [
"android"
]
}
}