{
  "name": "tcomb-react",
  "version": "0.9.3",
  "description": "Type checking for React components",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "lint": "eslint index.js lib",
    "test": "mocha --compilers js:babel/register"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gcanti/tcomb-react.git"
  },
  "author": "Giulio Canti <giulio.canti@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gcanti/tcomb-react/issues"
  },
  "homepage": "https://github.com/gcanti/tcomb-react",
  "dependencies": {
    "doctrine": "0.7.2",
    "get-comments": "1.0.1",
    "tcomb-doc": "^0.5.0",
    "tcomb-validation": "^3.0.0",
    "react": ">=0.13.0"
  },
  "devDependencies": {
    "babel": "5.8.34",
    "babel-core": "5.8.34",
    "babel-eslint": "3.1.30",
    "babel-runtime": "5.8.34",
    "eslint": "^3.4.0",
    "mocha": "2.3.2"
  },
  "tags": [
    "tcomb",
    "react",
    "react-component"
  ],
  "keywords": [
    "tcomb",
    "react",
    "react-component"
  ]
}
