short-jsdoc
Version:
short and simple jsdoc Object Oriented syntax format and implementation
18 lines (17 loc) • 389 B
JSON
{
"name": "my-pets",
"version": "0.1.0",
"description": "example of using shortjsdoc in a build system based on nodejs (gulp, grunt, etc)",
"author": "Sebastián Gurin",
"dependencies": {
"short-jsdoc": "*"
},
"scripts": {
"postinstall": "node setup.js"
},
"devDependencies": {
"gulp": "^3.9.0",
"short-jsdoc": "file:../..",
"through": "^2.3.8"
}
}