{
  "name": "shameimaru",
  "version": "1.0.6",
  "description": "Shameimaru Aya likes to traverse node_modules and capture the tree",
  "dependencies": {
    "algorithmjs": "^1.0.0",
    "mz": "^2.7.0",
    "npm-package-arg": "^6.1.0",
    "uuid": "^3.2.1"
  },
  "devDependencies": {
    "cnpm": "^6.0.0",
    "coveralls": "^3.0.1",
    "eslint": "^4.19.1",
    "eslint-config-xadillax-style": "^1.10.0",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.3.0",
    "npm": "^6.1.0",
    "rimraf": "^2.6.2",
    "should": "^13.2.1"
  },
  "author": "XadillaX <i@2333.moe> (https://xcoder.in)",
  "license": "MIT",
  "main": "index.js",
  "files": [
    "lib",
    "index.js"
  ],
  "homepage": "https://github.com/node-modules/shameimaru",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-modules/shameimaru.git",
    "web": "https://github.com/node-modules/shameimaru"
  },
  "bugs": {
    "url": "https://github.com/node-modules/shameimaru"
  },
  "keywords": [
    "dependency tree",
    "shameimaru"
  ],
  "engines": {
    "node": ">= 8.0.0"
  },
  "scripts": {
    "test": "mocha test/*.test.js --timeout=120000",
    "coverage": "istanbul cover _mocha --report lcovonly -- test/*.test.js --timeout=120000 -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
  }
}
