{
  "name": "grunt-react",
  "description": "Grunt task for compiling Facebook React's JSX templates into JavaScript",
  "version": "0.7.0",
  "homepage": "https://github.com/ericclemmons/grunt-react",
  "author": {
    "name": "Eric Clemmons",
    "email": "eric@smarterspam.com",
    "url": "https://github.com/ericclemmons"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ericclemmons/grunt-react.git"
  },
  "bugs": {
    "url": "https://github.com/ericclemmons/grunt-react/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ericclemmons/grunt-react/blob/master/LICENSE-MIT"
    }
  ],
  "main": "main.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/grunt"
  },
  "dependencies": {
    "react-tools": "~0.9.0",
    "through": "~2.3.4"
  },
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-browserify": "~1.3.1",
    "grunt-cli": "~0.1.9",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.3.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.2"
  },
  "keywords": [
    "gruntplugin",
    "react",
    "jsx"
  ]
}
