-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "ColorVisionQuiz",
"version": "1.2.0",
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install"
},
"devDependencies": {
"angular-mocks": "~1.5.8",
"bower": "^1.8.4",
"connect-livereload": "^0.4.0",
"cordova": "^7.0.0",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.10.0",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-cordova-ng": "^0.2.7",
"grunt-curl": "^2.2.0",
"grunt-jscs": "^3.0.1",
"grunt-zip": "^0.17.1",
"jasmine-core": "^2.99.1",
"jshint-stylish": "^2.1.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-requirejs": "^1.1.0",
"load-grunt-tasks": "^0.5.0",
"requirejs": "^2.3.5"
},
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
"cordova-plugin-tts": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
},
"cordova-plugin-android-permissions": {}
}
},
"dependencies": {
"cordova-android": "^7.1.1",
"cordova-android-support-gradle-release": "^1.4.4",
"cordova-ios": "^4.5.5",
"cordova-plugin-android-permissions": "^1.0.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-tts": "^0.2.3",
"cordova-plugin-whitelist": "^1.3.3"
}
}