-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.02 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.02 KB
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
{
"name": "civil-connect-solutions",
"version": "1.0.0",
"description": "civil-connect-solutions: An Ionic project",
"dependencies": {
"body-parser": "^1.14.1",
"cordova-android": "^6.2.3",
"cordova-ios": "^4.4.0",
"cordova-plugin-whitelist": "~1.3.2",
"express": "^4.13.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2"
},
"devDependencies": {
"bower": "^1.3.3",
"grunt": "^0.4.5",
"gulp-jasmine": "^2.2.1",
"gulp-ngdocs": "^0.2.13",
"gulp-util": "^3.0.7",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.2",
"karma-spec-reporter": "0.0.21",
"phantomjs": "^1.9.18",
"requirejs": "^2.1.20",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"ionic-plugin-keyboard@1.0.7",
"cordova-plugin-console@1.0.1",
"cordova-plugin-device@1.0.1",
"cordova-plugin-dialogs@1.1.1",
"cordova-plugin-file@3.0.0",
"cordova-plugin-geolocation@1.0.1",
"cordova-plugin-inappbrowser@1.0.1",
"cordova-plugin-network-information@1.0.1",
"cordova-plugin-whitelist@1.3.2",
"cordova-plugin-screen-orientation@1.4.0",
"cordova-plugin-splashscreen@3.2.1",
"cordova-plugin-statusbar@2.1.2"
],
"cordovaPlatforms": [
{
"platform": "android",
"version": "4.0.2",
"locator": "android"
},
{
"platform": "ios",
"version": "3.8.0",
"locator": "ios"
}
],
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"android"
]
}
}