-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 798 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 798 Bytes
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
{
"dependencies": {
"async": "^0.9.0",
"duplexer": "^0.1.1",
"js-yaml": "^3.0.2",
"markdown-pdf": "^2.2.0",
"moment": "^2.3.1",
"nib": "^1.0.2",
"split": "^0.3.0",
"through": "^2.3.4",
"typogr": "^0.5.2",
"underscore": "^1.4.4",
"wintersmith-coffee": "^0.2.1",
"wintersmith-stylus": "^0.4.0"
},
"devDependencies": {
"bower": "^1.3.3",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.7.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-git": "^0.2.11",
"grunt-hashres": "^0.4.1",
"grunt-s3": "^0.2.0-alpha.3",
"grunt-wintersmith": "^0.0.2"
},
"repository": "git://github.com/baffles/baf.zone.git"
}