{
  "name": "utils-debug",
  "version": "0.6.4",
  "description": "unobtrusive debug utility",
  "main": "index.js",
  "engines": {
    "node": ">= 0.9.0"
  },
  "repository": "stringparser/utils-debug",
  "keywords": [
    "simple",
    "debug",
    "utils",
    "util"
  ],
  "author": {
    "name": "Javier Carrillo"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stringparser/utils-debug/issues"
  },
  "homepage": "https://github.com/stringparser/utils-debug",
  "devDependencies": {
    "jshint": "*",
    "mocha": "*",
    "should": "*"
  },
  "dependencies": {
    "v8-callsites": "*"
  },
  "scripts": {
    "lint": "jshint lib *.js --exclude node_modules",
    "test": "npm run-script lint && mocha --reporter spec test/index.js"
  }
}
