napidocs
Version:
Node.js project that creates a static REST API Documentation site
27 lines • 669 B
JSON
{
"author": {
"name": "Matt Weagle",
"url": "https://github.com/mweagle/napidocs"
},
"dependencies": {
"async": "0.2.9",
"underscore": "1.5.1",
"underscore.string": "2.3.3",
"optimist": "0.6.0",
"node-static" : "0.7.0",
"robotskirt" : "2.7.1",
"rimraf" : "2.2.2",
"mkdirp" : "0.3.5",
"ncp" : "0.4.2",
"highlight" : "0.2.3"
},
"description": "Node.js project that creates a static REST API Documentation site",
"devDependencies": {
"mocha": "1.6.0"
},
"keywords": ["HATEOS", "documentation", "api"],
"main": "./lib",
"name": "napidocs",
"version": "0.0.7",
"engines" : { "node": ">= 0.10.0" }
}