-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "cycleionic",
"version": "1.0.0",
"description": "cycleionic: An Ionic project",
"scripts": {
"test": "NODE_ENV=test karma start",
"start": "node node_modules/.bin/webpack-dev-server --content-base app --port 1337",
"build": "NODE_ENV=production node node_modules/.bin/webpack && cp app/index.html dist/index.html"
},
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^1.3.3",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"babelify": "^6.1.3",
"bower": "^1.3.3",
"browserify": "^11.0.1",
"gulp-ng-annotate": "^1.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^2.2.14",
"jadeify": "^4.4.0",
"shelljs": "^0.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"com.ionic.keyboard",
{
"locator": "https://github.com/Paldom/SpinnerDialog.git",
"id": "hu.dpal.phonegap.plugins.SpinnerDialog"
},
{
"locator": "https://github.com/driftyco/ionic-plugins-deploy",
"id": "ionic-plugin-deploy"
}
],
"cordovaPlatforms": [
"ios"
]
}