-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 958 Bytes
/
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
{
"name": "SettlersEasyMap",
"version": "1.0.0",
"description": "SettlersEasyMap: An Ionic project",
"dependencies": {
"chai": "^2.2.0",
"chai-as-promised": "^4.3.0",
"colors": "^1.0.3",
"cucumber": "^0.4.8",
"gulp-if": "^1.2.5",
"gulp-uglify": "^1.1.0",
"underscore": "^1.8.2"
},
"devDependencies": {
"async": "^0.9.0",
"bower": "^1.3.3",
"cordova-minify": "0.0.12",
"gulp": "^3.5.6",
"gulp-angular-templatecache": "^1.5.0",
"gulp-concat": "^2.2.0",
"gulp-concat-vendor": "0.0.4",
"gulp-debug": "~2.0.1",
"gulp-filter": "~2.0.2",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.1",
"gulp-sourcemaps": "~1.5.0",
"gulp-util": "^2.2.14",
"jshint": "^2.6.3",
"main-bower-files": "~2.5.0",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"org.apache.cordova.device"
],
"cordovaPlatforms": [
"android",
"ios"
]
}