{
  "name": "tap-assert",
  "version": "0.0.10",
  "description": "An assertion module that returns TAP result objects",
  "main": "./assert.js",
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/tap-assert.git"
  },
  "keywords": [
    "assert",
    "test",
    "tap"
  ],
  "license": {
    "type": "MIT",
    "url": "https://github.com/isaacs/tap-assert/raw/master/LICENSE"
  },
  "contributors": [
    "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
    "baudehlo <helpme+github@gmail.com>"
  ],
  "dependencies": {},
  "devDependencies": {},
  "engines": {
    "node": "*"
  }
}
