{
  "name": "testman",
  "version": "0.5.1",
  "stability": 2,
  "author": "Lauri Rooden <lauri@rooden.ee>",
  "license": "MIT",
  "description": "Expiremental testing helper.",
  "keywords": [
    "test",
    "tap"
  ],
  "main": "index.js",
  "readmeFilename": "README.md",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "build": "node ../buildman/index.js --all",
    "test": "node --allow-natives-syntax tests/index.js"
  },
  "repository": "git://github.com/lauriro/testman.git",
  "bugs": {
    "url": "https://github.com/lauriro/testman/issues"
  }
}
