{
  "name": "value",
  "description": "Convenient type-checking in JavaScript",
  "version": "0.4.0",
  "homepage": "http://github.com/peerigon/value",
  "repository": "git://github.com/peerigon/value.git",
  "author": "peerigon <developers@peerigon.com>",
  "main": "./lib/value.js",
  "keywords": [
    "type",
    "typeof",
    "check",
    "type-check",
    "instance",
    "instanceof",
    "of",
    "class",
    "casting"
  ],
  "dependencies": {},
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha -R spec"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^2.0.1"
  }
}
