{

"name": "type-check",
"version": "0.3.1",
"author": {
  "name": "George Zahariev",
  "email": "z@georgezahariev.com"
},
"description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
"homepage": "https://github.com/gkz/type-check",
"keywords": [
  "type",
  "check",
  "checking",
  "library"
],
"files": [
  "lib",
  "README.md",
  "LICENSE"
],
"main": "./lib/",
"bugs": {
  "url": "https://github.com/gkz/type-check/issues"
},
"licenses": [
  {
    "type": "MIT",
    "url": "https://raw.github.com/gkz/type-check/master/LICENSE"
  }
],
"engines": {
  "node": ">= 0.8.0"
},
"repository": {
  "type": "git",
  "url": "git://github.com/gkz/type-check.git"
},
"scripts": {
  "test": "make test"
},
"dependencies": {
  "prelude-ls": "~1.1.0"
},
"devDependencies": {
  "LiveScript": "~1.2.0",
  "mocha": "~1.8.2",
  "istanbul": "~0.1.43",
  "browserify": "~2.33"
},
"_id": "type-check@0.3.1",
"dist": {
  "shasum": "9233923c4da174d0ac5480ecfd6ef84c349eb58d",
  "tarball": "http://registry.npmjs.org/type-check/-/type-check-0.3.1.tgz"
},
"_from": "type-check@>=0.3.1 <0.4.0",
"_npmVersion": "1.3.21",
"_npmUser": {
  "name": "gkz",
  "email": "z@georgezahariev.com"
},
"maintainers": [
  {
    "name": "gkz",
    "email": "z@georgezahariev.com"
  }
],
"directories": {},
"_shasum": "9233923c4da174d0ac5480ecfd6ef84c349eb58d",
"_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.1.tgz",
"readme": "ERROR: No README data found!"

}