forked from jsdoc/jsdoc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 910 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
{
"name": "jsdoc3.github.com",
"version": "0.0.0",
"description": "Documentation website for JSDoc 3.",
"main": "gulpfile.js",
"dependencies": {
"fs-extra": "~0.9.1",
"gulp": "~3.8.0",
"gulp-connect": "~2.2.0",
"metalsmith": "~0.8.0",
"metalsmith-beautify": "~0.0.7",
"metalsmith-headings": "https://github.com/hegemonic/metalsmith-headings/tarball/tag-name",
"metalsmith-markdown": "~0.2.1",
"minimist": "~1.1.0",
"swig": "~1.3.2",
"swig-extras": "~0.0.1",
"underscore": "~1.6.0"
},
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/jsdoc3/jsdoc3.github.com.git"
},
"license": "CC BY-SA 3.0",
"bugs": {
"url": "https://github.com/jsdoc3/jsdoc3.github.com/issues"
},
"homepage": "https://github.com/jsdoc3/jsdoc3.github.com"
}