-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 1.89 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
{
"name": "airquality",
"version": "0.6.0",
"private": true,
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"@uirouter/angularjs": "^0.4.0",
"angular": "~1.6.0",
"angular-moment": "^1.3.0",
"angular-sanitize": "~1.6.0",
"angular-touch": "~1.6.0",
"bootstrap": "^3.3.0",
"cordova": "^8.1.0",
"cordova-android": "^7.1.2",
"cordova-browser": "^5.0.4",
"cordova-plugin-dialogs": "^2.0.1",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-whitelist": "^1.3.3",
"leaflet": "^0.7.0",
"moment": "^2.24.0",
"ng-rollbar": "^2.4.0"
},
"devDependencies": {
"angular-mocks": "1.6.2",
"bower": "^1.8.0",
"grunt": "^1.0.0",
"grunt-cli": "^1.3.0",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-less": "*",
"grunt-contrib-watch": "*",
"grunt-coveralls": "*",
"grunt-exec": "^3.0.0",
"grunt-html2js": "*",
"grunt-replace": "*",
"jasmine-core": "^3.3.0",
"karma": "^3.1.0",
"karma-chrome-launcher": "*",
"karma-cli": "*",
"karma-coverage": "*",
"karma-firefox-launcher": "*",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"load-grunt-tasks": "*",
"phantomjs-prebuilt": "*",
"pushstate-server": "^3.0.0"
},
"scripts": {
"postinstall": "bower install",
"start": "pushstate-server platforms/browser/www 4060",
"test": "karma start karma.config.js"
},
"cordova": {
"plugins": {
"cordova-plugin-dialogs": {},
"cordova-plugin-network-information": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-whitelist": {}
},
"platforms": [
"browser",
"android"
]
}
}