-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "reactive-retro",
"version": "0.4.1",
"description": "reactive-retro: A GPS JRPG-styled game",
"dependencies": {
"cordova-plugin-whitelist": "^1.2.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"babel-register": "^6.6.0",
"bower": "^1.3.3",
"eslint-config-kellyirc": "^3.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.5.2",
"gulp-conventional-changelog": "^1.1.0",
"gulp-cssnano": "^2.1.1",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-git": "^1.7.0",
"gulp-jade": "^1.1.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.1",
"gulp-tag-version": "^1.3.0",
"gulp-util": "^3.0.7",
"run-sequence": "^1.1.5",
"semver": "^5.1.0",
"shelljs": "^0.6.0"
},
"scripts": {
"start": "gulp",
"test": "gulp test"
},
"cordovaPlugins": [
"org.apache.cordova.geolocation",
"com.ionic.keyboard",
"cordova-plugin-inappbrowser",
"cordova-plugin-crosswalk-webview",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cc.fovea.cordova.purchase"
],
"cordovaPlatforms": []
}