-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.03 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
34
35
36
{
"name": "gruntjs.com",
"version": "0.4.0",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"scripts": {
"postinstall": "node_modules/.bin/grunt"
},
"private": true,
"dependencies": {},
"devDependencies": {
"grunt-open": "~0.2.0",
"grunt-contrib-connect": "~0.2.0",
"matchdep": "~0.1.1",
"grunt-contrib-livereload": "https://github.com/thanpolas/grunt-contrib-livereload/tarball/347a76bb1579c8344c437a9bb3a823acc383bdb0",
"grunt": "~0.4.0",
"jade": "~0.28.x",
"express": "3.0.5",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-less": "~0.5.0",
"grunt-contrib-jade": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"marked": "https://github.com/vladikoff/marked/tarball/master",
"highlight.js": "~7.3.0",
"request": "~2.12.0",
"q": "~0.8.12",
"lodash": "~1.0.0-rc.3",
"grunt-contrib-watch": "~0.3.1",
"grunt-github-pages": "0.0.3"
}
}