{
  "name": "ml-check",
  "version": "0.1.2",
  "description": "Isomorphic, runtime, type checking utility",
  "main": "lib/check.js",
  "scripts": {
    "test-spec": "NODE_ENV=test ./node_modules/.bin/mocha --recursive --reporter=spec",
    "test": "NODE_ENV=test istanbul cover -x 'test' node_modules/mocha/bin/_mocha -- --recursive --reporter=spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/milojs/ml-check.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/milojs/ml-check/issues"
  },
  "homepage": "https://github.com/milojs/ml-check",
  "dependencies": {

  },
  "devDependencies": {
    "istanbul": "^0.4.0",
    "mocha": "^2.1.0",
    "protojs": "^1.0.3"
  }
}
