123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "foodoc",
- "version": "0.0.9",
- "description": "A Bootstrap and Handlebars based JSDoc3 template.",
- "main": "./template/publish.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/steveush/foodoc.git"
- },
- "keywords": [
- "jsdoc",
- "template",
- "fooplugins"
- ],
- "author": "Steve Usher",
- "license": "GPL-3.0",
- "bugs": {
- "url": "https://github.com/steveush/foodoc/issues"
- },
- "homepage": "https://github.com/steveush/foodoc#readme",
- "devDependencies": {
- "bootstrap": "^3.3.7",
- "clipboard": "^2.0.1",
- "grunt-contrib-handlebars": "^1.0.0",
- "grunt-jsdoc": "^2.2.0",
- "jquery": "^3.1.1",
- "prismjs": "^1.14.0"
- },
- "dependencies": {
- "cheerio": "^0.22.0",
- "extend": "^3.0.1",
- "glob": "^7.1.2",
- "grunt": "^1.0.2",
- "moment": "^2.22.1",
- "grunt-contrib-clean": "^1.1.0",
- "grunt-contrib-copy": "^1.0.0",
- "grunt-contrib-cssmin": "^2.2.1",
- "grunt-contrib-uglify": "^3.3.0",
- "handlebars": "^4.0.11",
- "handlebars-layouts": "^3.1.4",
- "jsdoc": "^3.5.5",
- "lunr": "^1.0.0",
- "sanitize-html": "^1.18.2"
- }
- }
|