forked from nagyist/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 879 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
{
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"archy": "^1.0.0",
"browser-sync": "^1.5.7",
"chalk": "^0.5.1",
"connect": "^2.19.3",
"del": "^0.1.3",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"gulp": "^3.8.8",
"gulp-clean": "^0.3.0",
"gulp-data": "^1.0.2",
"gulp-debug": "^1.0.1",
"gulp-filetree": "0.0.3",
"gulp-front-matter": "^1.0.0",
"gulp-jade": "^0.8.0",
"gulp-load-plugins": "^0.7.0",
"gulp-map": "0.0.2",
"gulp-marked": "^0.2.0",
"gulp-minify-html": "^0.1.3",
"gulp-rename": "^1.2.0",
"gulp-size": "^1.1.0",
"gulp-util": "^2.2.16",
"lazypipe": "^0.2.2",
"lodash": "^2.4.1",
"q": "^1.0.1",
"swig": "^1.3.2",
"through2": "^0.5.1",
"vinyl": "^0.4.3"
}
}