phadej/typify

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "typify",
  "description": "Runtime type-checking for JavaScript.",
  "version": "0.2.10",
  "homepage": "https://github.com/phadej/typify",
  "author": {
    "name": "Oleg Grenrus",
    "email": "oleg.grenrus@iki.fi",
    "url": "http://oleg.fi"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/phadej/typify.git"
  },
  "bugs": {
    "url": "https://github.com/phadej/typify/issues"
  },
  "license": "BSD-3-Clause",
  "main": "lib/typify",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "make test"
  },
  "devDependencies": {
    "browserify": "^16.2.3",
    "david": "^11.0.0",
    "eslint": "^5.15.0",
    "jsverify": "^0.8.4",
    "lodash": "^4.17.11",
    "mocha": "^6.0.2",
    "nyc": "^13.3.0",
    "typify-bin": "0.0.7",
    "uglify-js": "^3.4.9"
  },
  "keywords": [
    "type",
    "checking",
    "typify",
    "data",
    "validation"
  ]
}