documentation-theme-default
Version:
the default theme for documentation
42 lines (41 loc) • 1.08 kB
JSON
{
"name": "documentation-theme-default",
"version": "3.0.0",
"description": "the default theme for documentation",
"scripts": {
"lint": "eslint *.js **/*.js",
"test": "npm run lint && tap -t 120 --coverage test/*.js"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/documentationjs/documentation-theme-default.git"
},
"keywords": [
"documentation",
"documentation-theme",
"theme"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/documentationjs/documentation-theme-default/issues"
},
"homepage": "https://github.com/documentationjs/documentation-theme-default",
"dependencies": {
"concat-stream": "^1.5.0",
"documentation-theme-utils": "^3.0.0",
"handlebars": "^3.0.3",
"highlight.js": "^9.0.0",
"lodash": "4.11.1",
"remark": "^4.1.2",
"remark-html": "^3.0.0",
"unist-util-visit": "1.1.0",
"vinyl": "^1.0.0",
"vinyl-fs": "^2.0.0"
},
"devDependencies": {
"eslint": "^1.10.3",
"tap": "^2.2.0"
}
}