-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
69 lines (69 loc) · 1.88 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "app",
"version": "1.0.0",
"private": true,
"description": "app: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^2.0.4",
"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",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-story-reporter": "^0.3.1",
"protractor": "^4.0.0",
"protractor-fail-fast": "^2.0.0",
"shelljs": "^0.3.0",
"vinyl-paths": "^1.0.0"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-camera",
"cordova-plugin-file",
"cordova-plugin-file-transfer",
{
"locator": "https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git",
"id": "cordova-plugin-x-toast"
},
"ionic-plugin-keyboard",
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-splashscreen",
"cordova-plugin-inappbrowser",
"cordova-plugin-statusbar",
"cordova-plugin-splashscreen",
],
"scripts": {
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor protractor.conf.js"
},
"cordovaPlatforms": [
"android",
"ios"
]
}