{
  "name": "react",
  "version": "0.8.0",
  "keywords": [
    "react"
  ],
  "homepage": "https://github.com/facebook/react/tree/master/npm-react",
  "bugs": {
    "url": "https://github.com/facebook/react/issues?labels=react-core"
  },
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "files": [
    "README.md",
    "addons.js",
    "react.js",
    "ReactJSErrors.js",
    "lib/"
  ],
  "main": "react.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/react"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "peerDependencies": {
    "envify": "~0.2.0"
  },
  "browserify": {
    "transform": [
      "envify"
    ]
  },
  "readme": "# react\n\nAn npm package to get you immediate access to [React](http://facebook.github.io/react/),\nwithout also requiring the JSX transformer. This is especially useful for cases where you\nwant to [`browserify`](https://github.com/substack/node-browserify) your module using\n`React`.\n\n## The `react` npm package has recently changed!\n\nIf you're looking for jeffbski's [React.js](https://github.com/jeffbski/react) project, it's now in `npm` as `autoflow` rather than `react`.\n\n## Example Usage\n\n```js\n\n// Previously, you might access React with react-tools.\nvar React = require('react-tools').React;\n\n// Now you can access React directly with react-core.\nvar React = require('react');\n\n// You can also access ReactWithAddons.\nvar React = require('react/addons');\n```\n\n",
  "readmeFilename": "README.md",
  "description": "An npm package to get you immediate access to [React](http://facebook.github.io/react/), without also requiring the JSX transformer. This is especially useful for cases where you want to [`browserify`](https://github.com/substack/node-browserify) your module using `React`.",
  "_id": "react@0.8.0",
  "_from": "react@~0.8"
}
