phadej/typify

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "typify",
  "description": "Runtime type-checking for JavaScript.",
  "version": "0.2.0",
  "homepage": "https://github.com/phadej/typify",
  "author": "Oleg Grenrus <oleg.grenrus@iki.fi>",
  "repository": {
    "type": "git",
    "url": "git://github.com/phadej/typify.git"
  },
  "main": "dist/typify.standalone.js",
  "keywords": [
    "type",
    "checking"
  ],
  "ignore": [
    ".gitignore",
    ".jshint.rc",
    ".travis.yml",
    "node_modules",
    "Gruntfile.js",
    "package.json",
    "spec"
  ]
}