-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 924 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
41
{
"name": "SeeWeather",
"version": "1.0.0-alpha.1",
"description": "SeeWeather",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^0.7.1",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"bower": "^1.3.3",
"gulp-babel": "^6.1.1",
"gulp-plumber": "^1.0.1",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"org.apache.cordova.device",
"org.apache.cordova.console",
"org.apache.cordova.geolocation",
"org.apache.cordova.statusbar",
"org.apache.cordova.device-orientation",
"org.apache.cordova.globalization"
],
"cordovaPlatforms": [
"ios",
{
"platform": "android",
"version": "3.7.1",
"locator": "android"
},
{
"platform": "ios",
"version": "3.8.0",
"locator": "ios"
}
]
}