forked from dojo/dojo-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 903 Bytes
/
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
{
"name": "dojo-website",
"private": true,
"scripts": {
"postinstall": "node ./src/documentation/api/fetch-legacy-api-data.js"
},
"devDependencies": {
"cheerio": "^0.19.0",
"ejs": "^2.3.1",
"fs-extra": "^0.16.5",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-stylus": "^0.17.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-ejs": "^0.3.0",
"grunt-ejs-render": "^0.2.7",
"grunt-exec": "^0.4.6",
"grunt-highlight": "0.0.1",
"grunt-sync": "^0.2.3",
"highlight.js": "^8.0.0",
"jade": "^1.9.2",
"marked": "^0.3.2",
"meta-marked": "^0.3.3",
"mkdirp": "^0.5.0",
"nib": "^1.0.2",
"rupture": "^0.1.0",
"tar.gz": "^0.1.1",
"grunt-spawn": "^1.1.72",
"grunt-contrib-cssmin": "^0.12.2",
"html-entities": "^1.1.2"
}
}