detail
Version:
Details and Markdown viewer of your node packages/projects
37 lines (36 loc) • 851 B
JSON
{
"name": "detail",
"version": "1.0.10",
"description": "Details and Markdown viewer of your node packages/projects",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Javascipt/detail.git"
},
"keywords": [
"Markdown",
"README",
"README.md",
"details",
"detail"
],
"author": "Khalid REHIOUI <Array.prototype@gmail.com> (http://github.com/javascipt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Javascipt/detail/issues"
},
"homepage": "https://github.com/Javascipt/detail#readme",
"preferGlobal": true,
"bin": {
"detail": "./bin/index.js"
},
"dependencies": {
"colors": "^1.1.2",
"columnify": "^1.5.2",
"ejs": "^2.3.4",
"express": "^4.13.3",
"freeport": "^1.0.5",
"marked": "^0.3.5",
"suspect": "^1.0.1"
}
}