This repository has been archived by the owner on Feb 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 188
/
package.json
64 lines (64 loc) · 1.91 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
{
"name": "babylonjsdoc",
"version": "1.0.0",
"description": "Website for the Babylon.js documentation",
"engines": {
"node": "6.9.1"
},
"dependencies": {
"@vamship/grunt-typedoc": "1.7.4",
"app-root-path": "^1.0.0",
"async": "^1.4.2",
"compression": "^1.7.2",
"extend": ">=3.0.2",
"full-text-search": "0.0.16",
"grunt": "^1.0.2",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-download": "^0.2.0",
"grunt-execute": "^0.2.2",
"grunt-express-server": "^0.4.19",
"grunt-http-download": "^0.1.0",
"grunt-open": "^0.2.3",
"grunt-sass": "^3.0.2",
"html-to-text": "^4.0.0",
"line-by-line": "latest",
"load-grunt-tasks": "^4.0.0",
"lodash": "^4.17.19",
"marked-toc": "^0.3.0",
"meta-marked": "^0.3.3",
"mkpath": "^0.1.0",
"node-sass": "^4.11.0",
"pug": "latest",
"readdirp": "~1.3.0",
"remove-markdown": "^0.1.0",
"request": "^2.85.0",
"request-promise": "^4.1.1",
"rimraf": "^2.4.1",
"ruby": "^0.6.1",
"sanitize-filename": "^1.3.0",
"sass": "^1.18.0",
"serve-favicon": "^2.3.0",
"serve-static": "^1.13.2",
"time-grunt": "^1.4.0",
"typedoc": "0.17.7",
"typescript": "^3.9.5",
"typescript-services": "0.1.5",
"uslug": "^1.0.3",
"winston": "^1.0.1"
},
"scripts": {
"build": "grunt build",
"serve": "grunt serve",
"import": "node ./scripts/helpers/importer/main.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BabylonJS/Documentation"
}
}