{
  "name": "jscheck",
  "version": "0.2.0",
  "description": "Douglas Crockford's port of QuickCheck to JavaScript",
  "main": "lib/jscheck.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/tristanstraub/JSCheck.git"
  },
  "author": "Douglas Crockford",
  "contributors": [
    "Andrew Rademacher",
    "Tristan Straub <tristan@straub.id.au> allthethings.io"
  ],
  "license": "Public Domain",
  "bugs": {
    "url": "https://github.com/tristanstraub/JSCheck/issues"
  },
  "homepage": "https://github.com/tristanstraub/JSCheck",
  "scripts": {
    "test": "mocha --recursive test"
  },
  "devDependencies": {
    "mocha": "^1.21.3"
  }
}
