ds-algo-study
Version:
Just experimenting with publishing a package
58 lines (57 loc) • 1.28 kB
JSON
{
"author": {
"name": "Pascal Belloncle",
"url": "http://jsdox.org"
},
"maintainers": [
{
"name": "Marc Trudel",
"email": "mtrudel@wizcorp.jp",
"web": "http://www.wizcorp.jp"
}
],
"license": "MIT",
"name": "jsdox",
"description": "Simple JSDoc 3 to Markdown generator",
"version": "0.4.10",
"repository": {
"type": "git",
"url": "git://github.com/sutoiku/jsdox.git"
},
"main": "./jsdox.js",
"files": [
"bin/jsdox",
"jsdox.js",
"LICENSE",
"README.md",
"templates",
"lib"
],
"scripts": {
"lint": "node_modules/.bin/jscs jsdox.js lib test && node_modules/.bin/jshint --config .jshintrc jsdox.js lib/* bin/* test/* fixtures/*",
"test": "npm run lint && node_modules/.bin/mocha;"
},
"preferGlobal": true,
"bin": {
"jsdox": "./bin/jsdox"
},
"dependencies": {
"jsdoc3-parser": "^1.0.3",
"mustache": "^0.8.2",
"optimist": "~0.3.4",
"q": "^1.0.1"
},
"devDependencies": {
"expect.js": "^0.3.1",
"jscs": "^1.6.1",
"jshint": "^2.5.3",
"mocha": "^1.21.4",
"sinon": "^1.10.3"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.8.4"
},
"homepage": "http://jsdox.org",
"bugs": "https://github.com/sutoiku/jsdox/issues"
}