{
  "name": "oftype",
  "version": "0.1.2",
  "description": "A JavaScript module for checking variable runtime type",
  "main": "oftype.js",
  "scripts": {
    "test": "mocha test/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/liushuping/oftype"
  },
  "keywords": [
    "JavaScript",
    "Type",
    "Check",
    "Node"
  ],
  "author": "Shuping LIU",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liushuping/oftype/issues"
  },
  "homepage": "https://github.com/liushuping/oftype",
  "devDependencies": {
    "mocha": "*",
    "ddt": "0.1.0"
  }
}
