unbroken-doc
Version:
A solution to create steady documentation for your project.
35 lines (34 loc) • 752 B
JSON
{
"name": "unbroken-doc",
"version": "0.3.0",
"description": "A solution to create steady documentation for your project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/be-fe/unbroken-doc.git"
},
"keywords": [
"doc",
"documentation",
"steady",
"maintenable",
"easy"
],
"author": "jspop",
"license": "BSD",
"bugs": {
"url": "https://github.com/be-fe/unbroken-doc/issues"
},
"homepage": "https://github.com/be-fe/unbroken-doc#readme",
"dependencies": {
"chokidar": "^1.2.0",
"lodash": "^3.10.1",
"md5": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.0"
}
}