-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "github-team-reviewer",
"version": "1.5.0",
"dependencies": {
"bower": "^1.8.4",
"browser-sync": "^2.12.5",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-csso": "^0.2.9",
"gulp-filter": "^1.0.2",
"gulp-inject": "^1.5.0",
"gulp-jshint": "^1.12.0",
"gulp-load-plugins": "^0.6.0",
"gulp-minify-html": "^0.1.8",
"gulp-ng-annotate": "^0.5.3",
"gulp-ng-config": "^0.1.8",
"gulp-ng-html2js": "^0.1.8",
"gulp-protractor": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^1.1.0",
"gulp-rev-replace": "^0.3.4",
"gulp-size": "^1.3.0",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^1.3.0",
"http-proxy": "^1.13.2",
"jshint-stylish": "^0.4.0",
"main-bower-files": "^2.13.0",
"require-dir": "^0.3.2",
"run-sequence": "^1.1.5",
"uglify-save-license": "^0.4.1",
"webdriver-manager": "^10.3.0",
"wiredep": "^2.2.0"
},
"devDependencies": {
"httpbackend": "^2.0.0"
},
"engines": {
"node": ">=8.1.1"
},
"scripts": {
"build": "gulp build",
"start": "gulp serve",
"test": "gulp test"
}
}