forked from BabylonJS/OldDocumentationSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.92 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
58
59
60
61
62
63
64
65
{
"name": "babylonjsdoc",
"version": "1.0.0",
"description": "Website for the Babylon.js documentation",
"engines": {
"node": "6.9.1"
},
"dependencies": {
"app-root-path": "^1.0.0",
"async": "^1.4.2",
"compression": "^1.7.2",
"extend": ">=3.0.2",
"full-text-search": "0.0.16",
"line-by-line": "latest",
"lodash": "^4.17.11",
"marked-toc": "^0.3.0",
"meta-marked": "^0.3.3",
"mkpath": "^0.1.0",
"pug": "latest",
"readdirp": "^1.3.0",
"rimraf": "^2.4.1",
"ruby": "^0.6.1",
"sanitize-filename": "^1.3.0",
"sass": "^1.18.0",
"serve-favicon": "^2.3.0",
"typescript-services": "^0.1.5",
"uslug": "^1.0.3",
"winston": "^1.0.1"
},
"devDependencies": {
"extend": ">=3.0.2",
"grunt": "^1.0.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-execute": "^0.2.2",
"grunt-express-server": "^0.4.19",
"grunt-open": "^0.2.3",
"grunt-sass": "^3.0.2",
"grunt-typedoc": "^0.2.4",
"html-to-text": "^4.0.0",
"load-grunt-tasks": "^4.0.0",
"lodash": "^4.17.11",
"node-sass": "^4.11.0",
"remove-markdown": "^0.1.0",
"request": "^2.85.0",
"request-promise": "^4.1.1",
"serve-static": "^1.13.2",
"time-grunt": "^1.4.0",
"typedoc": "^0.12.0"
},
"scripts": {
"build": "node ./scripts/helpers/builder/main.js",
"import": "node ./scripts/helpers/importer/main.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BabylonJS/Documentation"
}
}