forked from gruntjs/gruntjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "gruntjs.com",
"version": "0.5.5",
"engines": {
"node": "0.10.x",
"npm": "~1.4.x"
},
"repository": {
"type": "git",
"url": "https://github.com/gruntjs/gruntjs.com.git"
},
"bugs": {
"url": "https://github.com/gruntjs/gruntjs.com/issues"
},
"scripts": {
"start": "node server.js",
"postinstall": "grunt"
},
"private": true,
"dependencies": {
"async": "~0.2.10",
"body-parser": "~1.8.2",
"compression": "~1.1.0",
"date-utils": "~1.2.14",
"ent": "~0.1.0",
"errorhandler": "~1.2.0",
"express": "~4.9.1",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.x",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-less": "~0.5.2",
"grunt-contrib-uglify": "~0.3.3",
"grunt-docs": "git://github.com/gruntjs/grunt-docs#6fd648a636a",
"highlight.js": "~7.3.0",
"jade": "~0.35.0",
"lodash": "~1.0.1",
"marked": "https://github.com/vladikoff/marked/tarball/master",
"matchdep": "~0.3.0",
"method-override": "~2.2.0",
"node-schedule": "~0.1.13",
"request": "~2.27.0"
},
"devDependencies": {
"grunt-concurrent": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-open": "~0.2.3",
"grunt-nodemon": "~0.3.0"
}
}