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.0",
|
|
|
"description": "Generate JS documentation via AST parsing",
|
|
|
"main": "lib/index.js",
|
|
|
"scripts": {
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
},
|
|
|
"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": {
|
|
|
"esprima": "^1.2.3"
|
|
|
}
|
|
|
}
|