-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 941 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
{
"name": "flat-ale",
"description": "gulp + metalsmith for compiling jade/scss into a static site",
"main": "./lib/build.js",
"private": true,
"dependencies": {
"async": "^1.3.0",
"del": "^1.2.0",
"fs-extra": "~0.18.4",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.0.1",
"gulp-gzip": "^1.1.0",
"gulp-ignore": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-replace": "^0.5.3",
"gulp-rev": "^5.0.1",
"gulp-sass": "^2.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"jade": "^1.11.0",
"merge-stream": "^0.1.8",
"metalsmith": "^1.7.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-jade": "^2.0.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-move-up": "^1.0.0",
"metalsmith-permalinks": "^0.4.0",
"node-static": "^0.7.6",
"through2": "^2.0.0",
"underscore": "^1.7.0"
}
}