{
  "name": "jasmine-check",
  "version": "0.1.5",
  "description": "Generative property tests for Jasmine",
  "homepage": "https://github.com/leebyron/jasmine-check",
  "author": {
    "name": "Lee Byron",
    "url": "https://github.com/leebyron"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/leebyron/jasmine-check"
  },
  "bugs": {
    "url": "https://github.com/leebyron/jasmine-check/issues"
  },
  "main": "jasmine-check.js",
  "dependencies": {
    "testcheck": "^0.1.0"
  },
  "devDependencies": {
    "jasmine-node": "^1.14.5"
  },
  "files": [
    "jasmine-check.js",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "jasmine",
    "quickcheck",
    "testcheck",
    "generative",
    "property",
    "test"
  ],
  "scripts": {
    "test": "jasmine-node spec/"
  },
  "license": "BSD"
}
