{
  "name": "tmp-debug",
  "main": "lib/tmp-debug.js",
  "version": "0.12.5",
  "description": "Debug node applications with tmp files.",
  "author": "jsdevel",
  "bin": {
    "tmp-debug": "./bin/tmp-debug.js"
  },
  "scripts": {
    "pretest": "jshint lib && jshint --config ./test/.jshintrc test",
    "cover": "istanbul cover _mocha -- ./test/**/*.specs.js && cat ./coverage/lcov.info | coveralls -v && rm -rf coverage",
    "test": "mocha -w ./test/**/*.specs.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jsdevel/node-tmp-debug.git"
  },
  "keywords": [],
  "contributors": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jsdevel/node-tmp-debug/issues"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "del": "^1.2.0",
    "istanbul": "^0.3.14",
    "jshint": "^2.7.0",
    "mocha": "^2.2.5",
    "should": "^6.0.3",
    "sinon": "^1.14.1"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "ends-with": "^0.2.0",
    "findup-sync": "^0.2.1",
    "get-fn-params": "^0.1.1",
    "minimist": "^1.1.1",
    "stack-trace": "0.0.9"
  }
}
