forked from zenorocha/browser-diet
-
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) · 763 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 763 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
{
"name": "browser-diet",
"version": "1.0.1",
"description": "The definitive front-end performance guide",
"homepage": "http://zenorocha.github.com/browser-diet",
"repository": {
"type": "git",
"url": "http://github.com/zenorocha/browser-diet"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"scripts": {
"test": "docpad generate"
},
"dependencies": {
"docpad-plugin-eco": "2.x",
"docpad-plugin-marked": "2.x",
"docpad-plugin-less": "~2.1.2",
"docpad-plugin-highlightjs": "2.x",
"docpad-plugin-partials": "~2.5.0",
"grunt-cli": "0.1.6",
"grunt": "~0.4.0",
"grunt-yui-compressor": "0.2.1",
"bal-util": "~1.15.3",
"underscore": "~1.4.3",
"grunt-htmlcompressor": "~0.1.8"
}
}