mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
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",
|
|
"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"
|
|
}
|
|
}
|