forked from docstrap/docstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 929 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
36
37
38
39
40
41
42
{
"name": "ink-docstrap",
"version": "1.3.2",
"decription": "A template for JSDoc3 based on Bootstrap and Bootswatch",
"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.4.0",
"lodash": "~4.15.0",
"request": "^2.74.0"
},
"license": "MIT",
"keywords": [
"bootstrap",
"bootswatch",
"docstrap",
"documentation",
"jsdoc",
"jsdoc3",
"theme"
],
"author": {
"email": "[email protected]",
"name": "Terry Weiss"
},
"bugs": {
"url": "https://github.com/docstrap/docstrap/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/docstrap/docstrap.git"
},
"main": "./template/publish.js",
"dependencies": {
"moment": "^2.14.1",
"sanitize-html": "^1.13.0"
}
}