forked from leob/ionic-quickstarter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (52 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (52 loc) · 1.4 KB
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
{
"name": "app",
"version": "1.0.0",
"private": true,
"description": "app: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^1.3.3",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0"
},
"devDependencies": {
"bower": "^1.3.3",
"del": "^1.2.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-extend": "^0.2.0",
"gulp-html-replace": "^1.5.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^1.5.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.0.0",
"gulp-ng-constant": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^2.2.14",
"jasmine-core": "^2.3.4",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-story-reporter": "^0.3.1",
"shelljs": "^0.3.0",
"vinyl-paths": "^1.0.0",
"protractor": "^2.1.0"
},
"cordovaPlugins": [
"org.apache.cordova.device",
"org.apache.cordova.console",
"org.apache.cordova.splashscreen",
"com.ionic.keyboard",
"cordova-plugin-whitelist"
],
"scripts": {
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor protractor.conf.js"
}
}