{
  "_npmUser": {
    "email": "adam@rogassi.com",
    "name": "adamrogas"
  },
  "author": {
    "name": "Adam Rogas"
  },
  "bugs": {
    "url": "https://github.com/rogassi/grunt-react-pageTemplates/issues"
  },
  "dependencies": {
    "lodash": "^4.17.4",
    "react-templates": "^0.6.1"
  },
  "description": "Grunt task for react-templates - that creates scaffolding that allows code behind for server pages  -> write html get valid react code + a callable component",
  "devDependencies": {},
  "directories": {},
  "homepage": "https://github.com/rogassi/grunt-react-pageTemplates",
  "keywords": [
    "templates",
    "react-templates",
    "react",
    "reactjs",
    "react.js",
    "react-component",
    "react component",
    "gruntplugin"
  ],
  "license": "MIT",
  "main": "./tasks/react-pageTemplates.js",
  "maintainers": [
    {
      "email": "adam@rogassi.com",
      "name": "adamrogas"
    }
  ],
  "name": "grunt-react-page-templates",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/rogassi/grunt-react-pageTemplates.git"
  },
  "scripts": {
    "major": "npm version major -m\"update version to %s\" && git push && git push --tags",
    "minor": "npm version minor -m\"update version to %s\" && git push && git push --tags",
    "patch": "npm version patch -m\"update version to %s\" && git push && git push --tags",
    "test": "echo 'ok - no tests'"
  },
  "version": "3.2.0"
}
