{
  "name": "react-templates",
  "version": "0.1.22",
  "description": "Light weight templates for react -> write html get valid react code",
  "main": "./src/cli.js",
  "bin": {
    "rt": "./bin/rt.js"
  },
  "scripts": {
    "test": "node test/src/test.js",
    "test-cov": "istanbul cover test/src/test.js -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
    "patch": "npm version patch -m\"update version to %s\" && git push && git push --tags",
    "minor": "npm version minor -m\"update version to %s\" && git push && git push --tags",
    "major": "npm version major -m\"update version to %s\" && git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/wix/react-templates.git"
  },
  "author": "Avi Marcus",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wix/react-templates/issues"
  },
  "homepage": "https://github.com/wix/react-templates",
  "dependencies": {
    "chalk": "^1.1.0",
    "cheerio": "^0.19.0",
    "escodegen": "^1.6.1",
    "esprima-harmony": "^7001.1.0-dev-harmony-fb",
    "lodash": "^3.10.0",
    "optionator": "^0.6.0",
    "text-table": "^0.2.0"
  },
  "devDependencies": {
    "brace": "^0.5.1",
    "brfs": "^1.4.0",
    "coveralls": "^2.11.3",
    "eslint-plugin-react": "^3.1.0",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.8.0",
    "grunt-contrib-requirejs": "^0.4.4",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-eslint": "^17.0.0",
    "grunt-node-tap": "^0.1.61",
    "istanbul": "^0.3.17",
    "react": "^0.12.2",
    "tape": "^4.0.1"
  },
  "keywords": [
    "templates",
    "react-templates",
    "react",
    "reactjs",
    "react.js",
    "react-component",
    "react component"
  ]
}
