-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 998 Bytes
/
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
{
"name": "Hulk",
"version": "0.0.1",
"author": "Tom de Wit <[email protected]>",
"contributors": {
"name": "Tom de Wit",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/ttomdewit/hulk"
},
"bugs": {
"url": "https://github.com/ttomdewit/hulk/issues"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"critical": "^0.7.3",
"del": "^2.1.0",
"groot-sass": "0.0.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-pixrem": "^1.0.0",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-svg-symbols": "^0.3.1",
"gulp-svg2png": "^0.3.0",
"gulp-uglify": "^1.5.1"
},
"dependencies": {
"jquery": "^3.1.0",
"normalize.scss": "^0.1.0"
}
}