-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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": "artemis",
"version": "0.1.0",
"author": "Andreas Sundqvist <andreas@stylewish.me>",
"private": true,
"engines": {
"node": ">= 4.5"
},
"devDependencies": {
"asset-builder": "^1.1.0",
"browser-sync": "^2.8.2",
"del": "^2.2.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-changed": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-flatten": "0.3.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^6.0.0",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^4.0.2",
"gulp-svgmin": "^2.2.0",
"gulp-terser": "^1.1.7",
"imagemin-pngcrush": "^6.0.0",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.2",
"merge-stream": "^1.0.1",
"minimist": "^1.1.3",
"run-sequence": "^1.2.2",
"traverse": "^0.6.6",
"webpack-stream": "^5.2.1",
"wiredep": "^4.0.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
}
}