-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.01 KB
/
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
{
"name": "leaves-doc-site",
"version": "0.1.0",
"private": true,
"dependencies": {},
"devDependencies": {
"axis": "^0.3.0",
"coffee-script": "^1.7.1",
"grunt": "^0.4.5",
"grunt-concurrent-ct": "^0.6.1",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jade": "^0.12.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-stylus": "^0.18.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-html-glob": "^0.2.1",
"grunt-newer": "^0.7.0",
"grunt-brerror": "^0.1.4",
"uglify-js": "^2.4.15",
"dummy-image": "^0.2.2",
"load-grunt-tasks": "^0.6.0",
"grunt-simple-cdnify": "^0.1.2",
"i18n": "^0.5.0",
"grunt-i18n-static": "^0.1.8",
"grunt-cli": "^0.1.13",
"lorem-ipsum": "^1.0.1",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"grunt-contrib-imagemin": "^0.9.1"
}
}