{
  "name": "flowcheck",
  "version": "0.2.7",
  "description": "Runtime type checking for Flow",
  "main": "index.js",
  "scripts": {
    "test": "node test | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gcanti/flowcheck.git"
  },
  "author": "Giulio Canti <giulio.canti@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gcanti/flowcheck/issues"
  },
  "homepage": "https://github.com/gcanti/flowcheck",
  "dependencies": {
    "jstransform": "^8.2.0",
    "through": "^2.3.6"
  },
  "devDependencies": {
    "babelify": "^6.0.2",
    "browserify": "^8.1.1",
    "gulp": "^3.8.11",
    "gulp-beautify": "^1.1.2",
    "gulp-header": "^1.2.2",
    "gulp-jshint": "^1.9.2",
    "gulp-react": "^2.0.0",
    "js-beautify": "^1.5.4",
    "jshint-stylish": "^1.0.0",
    "react-code-mirror": "^3.0.3",
    "reactify": "^1.1.0",
    "tap-spec": "^2.1.1",
    "tape": "^3.0.3"
  },
  "keywords": [
    "Flow",
    "Flowtype",
    "TypeScript",
    "AtScript",
    "runtime",
    "checking"
  ]
}
