{
  "name": "nor-debug",
  "version": "1.0.1",
  "description": "Debug helpers for Node.js apps",
  "main": "src/debug.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "node-lint src/ --config=lint.json",
    "jshint": "jshint src/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sendanor/nor-debug"
  },
  "keywords": [
    "debug",
    "assert"
  ],
  "dependencies": {
    "nor-is": "^1.0.1",
    "nor-array": "^1.0.1",
    "nor-function": "^1.0.1",
    "ansi": "^0.2.1"
  },
  "devDependencies": {
    "lint": "^1.1.2",
    "jshint": "^2.9.2"
  },
  "author": "Jaakko-Heikki Heusala <jheusala@iki.fi>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sendanor/nor-debug/issues"
  }
}
