-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "workspace",
"private": true,
"scripts": {
"postinstall": "npm install bower gulp http-server json-server karma-cli protractor -g && webdriver-manager update && bower install && gulp"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-cache": "^0.4.1",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-json-srv": "^0.1.1",
"gulp-load-plugins": "^1.2.0",
"gulp-log2": "^0.1.2",
"gulp-minify-css": "^1.2.3",
"gulp-ng-annotate": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-uglify": "^1.5.1",
"gulp-usemin": "^0.3.20",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"json-server": "^0.8.8",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.5"
}
}