forked from docstrap/docstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 928 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",
"private": true,
"version": "0.5.3",
"decription": "A template for JSDoc3 based on Bootstrap and Bootswatch",
"devDependencies": {
"async": "~0.2.8",
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-jsdoc": "^0.5.4",
"grunt-shell": "~0.2.2",
"jsdoc": "~3.3.0-alpha5",
"lodash": "~2.4.1"
},
"license": "MIT",
"keywords": [
"docstrap",
"jsdoc3",
"bootstrap",
"bootswatch",
"theme",
"documentation",
"jsdoc"
],
"author": {
"name": "Terry Weiss",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/terryweiss/docstrap/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/terryweiss/docstrap.git"
},
"main": "./template/publish.js",
"dependencies": {
"moment": "~2.6.0"
}
}