UNPKG

929 BJSONView Raw
1{
2 "name": "ink-docstrap",
3 "version": "1.3.2",
4 "decription": "A template for JSDoc3 based on Bootstrap and Bootswatch",
5 "devDependencies": {
6 "async": "~2.0.1",
7 "grunt": "~1.0.1",
8 "grunt-contrib-copy": "~1.0.0",
9 "grunt-contrib-less": "~1.4.0",
10 "grunt-contrib-uglify": "~2.0.0",
11 "grunt-shell": "~1.3.1",
12 "jsdoc": "~3.4.0",
13 "lodash": "~4.15.0",
14 "request": "^2.74.0"
15 },
16 "license": "MIT",
17 "keywords": [
18 "bootstrap",
19 "bootswatch",
20 "docstrap",
21 "documentation",
22 "jsdoc",
23 "jsdoc3",
24 "theme"
25 ],
26 "author": {
27 "email": "me@terryweiss.net",
28 "name": "Terry Weiss"
29 },
30 "bugs": {
31 "url": "https://github.com/docstrap/docstrap/issues"
32 },
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/docstrap/docstrap.git"
36 },
37 "main": "./template/publish.js",
38 "dependencies": {
39 "moment": "^2.14.1",
40 "sanitize-html": "^1.13.0"
41 }
42}