{
  "name": "typed-js",
  "main": "./core/index.js",
  "description": "Dynamic javascript type checker for node >= v4.0.0",
  "version": "0.2.3",
  "devDependencies": {
    "gulp": "3.9.x",
    "gulp-istanbul": "0.10.x",
    "gulp-jasmine": "2.0.x",
    "gulp-exit": "0.0.x"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/igorzg/typed-js.git"
  },
  "bugs": {
    "url": "https://github.com/igorzg/typed-js/issues",
    "email": "igor.zg1987@gmail.com"
  },
  "homepage": "https://github.com/igorzg/typed-js",
  "author": {
    "name": "Igor Ivanovic",
    "email": "igor.zg1987@gmail.com"
  },
  "keywords": [
    "type",
    "javascript",
    "dynamic",
    "typing",
    "checker"
  ],
  "maintainers": [
    {
      "name": "igorzg",
      "email": "igor.zg1987@gmail.com"
    }
  ],
  "license": "MIT"
}