{
  "name": "cheque",
  "version": "0.3.0",
  "description": "Type checking, for when you only use JavaScript's Good Parts.",
  "author": "Lim Yuan Qing",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/yuanqing/cheque.git"
  },
  "devDependencies": {
    "eslint": "^1.1.0",
    "istanbul": "^0.3.17",
    "recoil": "^0.1.0",
    "tape": "^4.0.3"
  },
  "scripts": {
    "build": "npm run lint && npm test",
    "lint": "eslint ./*.js test/*.js",
    "test": "rm -rf coverage && istanbul cover -- tape test/*.js"
  },
  "keywords": [
    "check",
    "is",
    "type",
    "typeof",
    "validate"
  ]
}
