nmtree
Version:
Get a (flat) tree representation of the modules in your node_modules folder
38 lines (37 loc) • 881 B
JSON
{
"name": "nmtree",
"version": "1.0.6",
"description": "Get a (flat) tree representation of the modules in your node_modules folder",
"main": "index.js",
"bin": {
"nmtree": "./bin/nmtree.js"
},
"scripts": {
"test": "standard && tape test/*.spec.js | tap-spec",
"coverage": "nyc --reporter=lcov npm test",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"keywords": [
"node_modules",
"tree",
"parse",
"json",
"object"
],
"author": "Aram Drevekenin <grimsniffer@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/imsnif/nmtree.git"
},
"devDependencies": {
"coveralls": "^3.0.0",
"nyc": "^11.3.0",
"standard": "^10.0.3",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
},
"dependencies": {
"commander": "^2.11.0"
}
}