forked from docstrap/docstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.76 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
{
"name": "@shizen/shinstrap",
"version": "0.0.1-alpha.27",
"decription": "A customizable template for JSDoc3 based on Bootstrap and Bootswatch; Forked from docstrap",
"scripts": {
"build-docs": "./node_modules/.bin/jsdoc -c ./.jsdoc.json -d docs/ -R docs/README.md -r .",
"internal-docs": "./node_modules/.bin/jsdoc -p -c ./.jsdoc.json -d internaldocs/ -R docs/README.md -r .",
"reference-docs": "./node_modules/.bin/jsdoc -p -c ./.jsdoc.json -t node_modules/jsdoc/templates/default -d refdocs/ -R docs/README.md -r .",
"test-docs": "./node_modules/.bin/jsdoc -T -c ./.jsdoc.json -d docs/ -R docs/README.md -r .",
"log-docs": "./node_modules/.bin/jsdoc -X -c ./.jsdoc.json -d docs/ -R docs/README.md -r . > gen.log",
"debug-docs": "node --inspect-brk ./node_modules/jsdoc/jsdoc.js -c ./.jsdoc.json -d docs/ -R docs/README.md -r ."
},
"devDependencies": {
"async": "~2.0.1",
"grunt": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-less": "~1.4.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-shell": "~1.3.1",
"jsdoc": "^3.5.5",
"lodash": "~4.15.0",
"request": "^2.74.0"
},
"peerDependencies": {
"jsdoc": "^3.5.5"
},
"license": "UNLICENSED",
"keywords": [
"bootstrap",
"bootswatch",
"docstrap",
"documentation",
"jsdoc",
"jsdoc3",
"theme"
],
"author": {
"url": "http://www.shinworks.co",
"email": "shin@shinworks.co",
"name": "Shin"
},
"repository": {
"type": "git",
"url": "https://github.com/Shizen/shinstrap"
},
"main": "./template/publish.js",
"dependencies": {
"@shizen/jsdoc-shinmark": "git+ssh://git@34.214.193.247/srv/git/jsdoc-shinmark.git",
"datauri": "^1.1.0",
"moment": "^2.14.1",
"sanitize-html": "^1.13.0"
}
}