short-jsdoc
Version:
short and simple jsdoc Object Oriented syntax format and implementation
19 lines (18 loc) • 397 B
JSON
{
"name": "json2jsdoc",
"version": "1.0.0",
"description": "utility for creating jsdoc from json objects automatically",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"jasmine": "^2.2.1"
},
"dependencies": {
"curlrequest": "^0.5.1",
"underscore": "^1.8.2"
}
}