beezy-jsdocstrap
Version:
A template for JSDoc3 based on Bootstrap and Bootswatch to beezy documentation
46 lines (45 loc) • 1.16 kB
JSON
{
"name": "beezy-jsdocstrap",
"version": "1.0.0",
"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",
"beezy"
],
"author": "Terry Weiss <me@terryweiss.net>",
"bugs": {
"url": "https://github.com/docstrap/docstrap/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docstrap/docstrap.git"
},
"main": "./template/publish.js",
"dependencies": {
"moment": "^2.14.1",
"sanitize-html": "^1.13.0"
},
"description": "A template for JSDoc3 based on Bootstrap and Bootswatch to beezy documentation",
"homepage": "https://github.com/docstrap/docstrap#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}