-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 834 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 834 Bytes
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
{
"name": "web",
"version": "1.0.0",
"description": "Sc2HL Front End",
"repository": {
"type": "git",
"url": "git://github.com/SC2-Highlights/web.git"
},
"keywords": [
"sc2hl"
],
"scripts": {
"build": "gulp"
},
"author": "SC2-Highlights",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/SC2-Highlights/web/issues"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-imagemin": "~2.3.0",
"imagemin-pngquant": "~4.1.2",
"gulp-sass": "~2.0.4",
"gulp-concat": "~2.6.0",
"gulp-minify-css": "~1.2.0",
"gulp-rename": "~1.2.2",
"gulp-cachebust": "0.0.5",
"gulp-minify-html": "~1.0.4",
"gulp-cache-breaker": "0.0.3",
"gulp-uglify": "~1.2.0",
"gulp-bower": "0.0.10",
"gulp-ng-annotate": "~1.1.0",
"gulp-connect": "^5.0.0"
}
}