jsduckify
Version:
Enables the use of Sencha's JSDuck for documenting CoffeeScript projects.
48 lines (47 loc) • 990 B
JSON
{
"name": "jsduckify",
"main": "./index",
"version": "0.3.0",
"description": "Enables the use of Sencha's JSDuck for documenting CoffeeScript projects.",
"keywords": [
"JSDuck",
"node.js",
"CoffeeScript"
],
"author": {
"name": "Larry Maccherone",
"url": "http://maccherone.com"
},
"homepage": "https://github.com/lmaccherone/jsduckify",
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "http://github.com/lmaccherone/jsduckify.git"
},
"preferGlobal": false,
"bin": {
"jsduckify": "./bin/jsduckify"
},
"dependencies": {
"doubly-linked-list": "~0.1.4"
},
"devDependencies": {
"coffee-script": "^1.8.0",
"coffeedoctest": "0.4.x",
"runsync": "~0.1.6",
"marked": "~0.2.6",
"nodeunit": "0.7.x",
"wrench": "~1.4.4"
},
"scripts": {
"test": "cake test"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
]
}