{
  "name": "reactify",
  "version": "1.1.1",
  "description": "Browserify transform for JSX (a superset of JS used by React.js)",
  "main": "index.js",
  "dependencies": {
    "through": "~2.3.4",
    "react-tools": "~0.13.0"
  },
  "devDependencies": {
    "browserify": "4.x.x",
    "coffeeify": "~0.x.x",
    "es6-module-jstransform": "^0.1.3",
    "concat-stream": "~1.4.8",
    "jshint": "^2.5.10",
    "mocha": "~1.9.0",
    "semver": "~1.1.4"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/andreypopp/reactify.git"
  },
  "homepage": "https://github.com/andreypopp/reactify",
  "keywords": [
    "react",
    "browserify",
    "browserify-transform",
    "jsx",
    "js",
    "plugin",
    "transform"
  ],
  "author": {
    "name": "Andrey Popp",
    "email": "8mayday@gmail.com",
    "url": "http://andreypopp.com"
  },
  "license": "MIT"
}
