nreports
Version:
Provides basic reporting framework for NodeJS.
30 lines (29 loc) • 654 B
JSON
{
"name": "nreports",
"description": "Provides basic reporting framework for NodeJS.",
"version": "0.28.0",
"repository": {
"url": "https://github.com/phil-taylor/nreports"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/phil-taylor/nreports/blob/master/LICENSE"
}
],
"main": "index.js",
"dependencies": {
"async": "0.9.0",
"config": "1.0.2",
"handlebars": "2.0.0-alpha.4",
"jade": "1.5.0",
"lodash": "^4.6.1",
"lodash-joins": "^2.0.0",
"phantom": ">=0.6.5",
"stringtokenizer": "0.0.4"
},
"devDependencies": {
"nodeunit": "0.9.0",
"sinon": "1.10.3"
}
}