blob: 82785a64cca0639ae5141356ea2a008bde76b43a [file] [log] [blame]
{
"author": "George Zahariev <z@georgezahariev.com>",
"bugs": "https://github.com/gkz/type-check/issues",
"dependencies": {
"prelude-ls": "~1.1.2"
},
"description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
"devDependencies": {
"browserify": "~12.0.1",
"istanbul": "~0.4.1",
"livescript": "~1.4.0",
"mocha": "~2.3.4"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"lib",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/gkz/type-check",
"keywords": [
"type",
"check",
"checking",
"library"
],
"license": "MIT",
"main": "./lib/",
"name": "type-check",
"repository": {
"type": "git",
"url": "git://github.com/gkz/type-check.git"
},
"scripts": {
"test": "make test"
},
"version": "0.3.2"
}