{
  "name": "react-functional",
  "version": "3.0.2",
  "description": "Add life cycle methods to stateless functional components, without the class noise.",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src/index.js > lib/index.js",
    "test": "babel-tap -R spec test",
    "cov": "babel-tap --cov test"
  },
  "keywords": [
    "react",
    "stateless",
    "functional",
    "component"
  ],
  "license": "MIT",
  "dependencies": {
    "create-react-class": "^15.6.3"
  },
  "devDependencies": {
    "assert": "^1.3.0",
    "babel-core": "^5.8.25",
    "babel-tap": "^4.0.0",
    "react-dom": "^15.0.0",
    "react-shallow-renderer": "^1.1.4"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidmarkclements/react-functional.git"
  },
  "author": "David Mark Clements",
  "bugs": {
    "url": "https://github.com/davidmarkclements/react-functional/issues"
  },
  "homepage": "https://github.com/davidmarkclements/react-functional#readme"
}
