-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
57 lines (57 loc) · 1.58 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
52
53
54
55
56
57
{
"name": "gruntjs.com",
"description": "The source code for gruntjs.com",
"version": "1.0.36",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
},
"repository": "gruntjs/gruntjs.com",
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"postinstall": "grunt build",
"build": "grunt build",
"start": "node server.js",
"test": "grunt test",
"dev": "grunt dev"
},
"private": true,
"dependencies": {
"async": "~2.6.1",
"body-parser": "~1.18.3",
"compression": "~1.7.3",
"date-utils": "~1.2.21",
"ent": "~2.2.0",
"errorhandler": "~1.5.0",
"express": "~4.19.2",
"grunt": "~1.6.1",
"grunt-autoprefixer": "~3.0.4",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-less": "~2.1.0",
"grunt-contrib-pug": "~3.0.0",
"grunt-contrib-uglify": "~5.2.2",
"grunt-docs": "https://github.com/gruntjs/grunt-docs.git#154b2b6ebc69c51bdf7cab5f2f54ce12b9d73eb1",
"grunt-sitemap": "~1.2.1",
"highlight.js": "~9.12.0",
"less-plugin-clean-css": "~1.6.0",
"lodash": "~4.17.10",
"marked": "https://github.com/vladikoff/marked/tarball/032a72231503b63e15e76b990a914becf664b0d7",
"method-override": "~3.0.0",
"node-schedule": "~1.3.0",
"pug": "~3.0.3",
"request": "~2.88.0"
},
"devDependencies": {
"grunt-concurrent": "~3.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-html": "~17.0.1",
"grunt-nodemon": "~0.4.2",
"grunt-open": "^0.2.4",
"grunt-puglint": "~1.0.0"
}
}