UNPKG

documentation-theme-griest

Version:
49 lines (48 loc) 1.33 kB
{ "name": "documentation-theme-griest", "version": "0.1.0", "description": "documentationjs theme", "repository": { "type": "git", "url": "https://gitlab.com/griest/documentation-theme-griest" }, "keywords": [ "documentationjs", "documentation.js", "documentation theme", "static site generator" ], "author": "Peter Lauck", "license": "MIT", "bugs": { "url": "https://gitlab.com/griest/documentation-theme-griest/issues" }, "homepage": "https://gitlab.com/griest/documentation-theme-griest#README", "main": "index.js", "scripts": { "build": "babel index.js -o index.js", "test": "echo \"Error: no test specified\" && exit 1", "postversion": "git push && git push --tags" }, "dependencies": { "concat-stream": "^1.6.0", "doctrine-temporary-fork": "^2.0.0-alpha-allowarrayindex", "documentation": "^5.3.3", "github-slugger": "^1.2.0", "globals-docs": "^2.3.0", "highlight.js": "^9.12.0", "lodash": "^4.17.4", "remark": "^8.0.0", "remark-html": "^6.0.1", "unist-builder": "^1.0.2", "unist-util-visit": "^1.1.1", "vinyl": "^2.0.2", "vinyl-fs": "^2.4.4" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.0", "babel-preset-flow": "^6.23.0", "flow-bin": "^0.57.2" } }