forked from jsdoc/jsdoc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 918 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
35
{
"name": "jsdoc.github.io",
"version": "0.0.0",
"description": "Documentation website for JSDoc.",
"main": "gulpfile.js",
"dependencies": {
"code-prettify": "^0.1.0",
"fs-extra": "^7.0.1",
"gulp": "^4.0.1",
"gulp-connect": "^5.7.0",
"harmonize": "^2.0.0",
"lodash": "^4.17.21",
"marked": "^0.7.0",
"metalsmith": "^2.3.0",
"metalsmith-beautify": "^0.2.0",
"metalsmith-headings": "^0.2.0",
"metalsmith-markdown": "^1.2.0",
"minimist": "^1.2.6",
"swig": "~1.4.2",
"swig-extras": "~0.0.1"
},
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/jsdoc/jsdoc.github.io.git"
},
"license": "CC BY-SA 3.0",
"bugs": {
"url": "https://github.com/jsdoc/jsdoc.github.io/issues"
},
"homepage": "https://github.com/jsdoc/jsdoc.github.io"
}