-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 895 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
{
"name": "gulp-static-site",
"version": "0.0.7",
"author": "Jelle Herold <[email protected]> (http://defekt.nl/)",
"description": "Build a static site with gulp",
"repository": "git://github.com/wires/gulp-static-site.git",
"homepage": "http://github.com/wires/gulp-static-site",
"license": "AGPL-1.0",
"scripts": {
"test": "standard"
},
"dependencies": {
"archy": "0.0.2",
"chalk": "^0.4.0",
"gulp-filetree": "0.0.3",
"gulp-front-matter": "^1.0.0",
"gulp-map": "0.0.2",
"gulp-markdown": "^1.2.0",
"gulp-size": "^0.4.0",
"gulp-util": "^2.2.16",
"jade": "^1.3.1",
"kew": "^0.4.0",
"lazypipe": "^0.2.1",
"vinyl": "^0.2.3"
},
"keywords": [
"gulpplugin",
"gulpfriendly"
],
"engines": {
"node": ">=0.10.0"
},
"main": "index.js",
"devDependencies": {
"gulp": "^3.7.0",
"standard": "^5.4.1"
}
}