Generate docs from javascript source via AST parsing
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
{
|
|
|
"name": "docast",
|
|
|
"version": "0.1.1",
|
|
|
"description": "Generate JS documentation via AST parsing",
|
|
|
"main": "lib/index.js",
|
|
|
"scripts": {
|
|
|
"test": "node_modules/.bin/mocha ./test"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/brettlangdon/docast.git"
|
|
|
},
|
|
|
"author": "Brett Langdon <brett@blangdon.com> (http://brett.is)",
|
|
|
"license": "MIT",
|
|
|
"bugs": {
|
|
|
"url": "https://github.com/brettlangdon/docast/issues"
|
|
|
},
|
|
|
"homepage": "https://github.com/brettlangdon/docast",
|
|
|
"dependencies": {
|
|
|
"docopt": "^0.4.1",
|
|
|
"esprima": "^1.2.3"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"mocha": "^2.1.0"
|
|
|
},
|
|
|
"bin": {
|
|
|
"docast": "bin/docast"
|
|
|
}
|
|
|
}
|