{
  "name": "trap",
  "version": "0.4.2",
  "description": "A simpler way to test your code.",
  "main": "index.js",
  "bin": {
    "node-trap": "bin/trap.js",
    "trap": "bin/trap.js"
  },
  "scripts": {
    "test": "node test/_runner"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/danielmoore/trap.git"
  },
  "author": "Daniel Moore",
  "keywords": [
    "tap",
    "test",
    "harness"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "devDependencies": {
    "tape": "~0.1.5",
    "proxyquire": "~0.4.0",
    "q": "~0.8.12"
  },
  "dependencies": {
    "optimist": "~0.3.5",
    "glob": "~3.1.14",
    "ansistyles": "~0.1.0",
    "ansicolors": "~0.2.1",
    "diff": "~1.0.4",
    "difflet": "~0.2.3"
  }
}
