okunishinishi/node-pathtree

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "pathtree",
  "version": "2.0.1",
  "description": "Node.js module to print path tree.",
  "main": "lib",
  "bin": {
    "pathtree": "./bin/pathtree"
  },
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "okunishinishi/node-pathtree",
  "keywords": [
    "tree",
    "inspect"
  ],
  "author": {
    "name": "Taka Okunishi",
    "email": "okunishitaka.com@gmail.com",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/okunishinishi/node-pathtree/issues"
  },
  "homepage": "https://github.com/okunishinishi/node-pathtree#readme",
  "dependencies": {
    "arrayreduce": "^2.1.0",
    "arraysort": "^2.0.0",
    "cli-color": "^1.1.0",
    "co": "^4.6.0",
    "commander": "^2.9.0",
    "minimatch": "^3.0.0"
  },
  "devDependencies": {
    "ape-covering": "^3.0.1",
    "ape-formatting": "^1.0.0",
    "ape-releasing": "^3.1.1",
    "ape-reporting": "^3.0.1",
    "ape-tasking": "^3.1.2",
    "ape-testing": "^3.0.1",
    "ape-tmpl": "^5.0.1",
    "ape-updating": "^3.0.2",
    "coz": "^5.1.9",
    "injectmock": "^2.0.0"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  }
}