{
  "name": "yacht-rock",
  "description": "Yacht Rock: React on a Boat",
  "version": "0.0.3",
  "keywords": "react, flux, browserify, sails",
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/lynnaloo/yacht-rock.git"
  },
  "license": "MIT",
  "author": {
    "name": "Linda Nichols"
  },
  "engines": {
    "node": "^0.10.31"
  },
  "scripts": {
    "start": "node app.js",
    "debug": "node debug app.js",
    "test": "jest",
    "ci": "npm install && npm test",
    "postinstall": "bower install"
  },
  "dependencies": {
    "bower": "^1.3.12",
    "browserify": "^5.11.1",
    "cssstyle": "0.2.18",
    "ejs": "~0.8.4",
    "grunt": "0.4.2",
    "grunt-browserify": "^3.2.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-coffee": "~0.10.1",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-cssmin": "~0.9.0",
    "grunt-contrib-jst": "~0.6.0",
    "grunt-contrib-less": "0.11.1",
    "grunt-contrib-uglify": "~0.4.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-sails-linker": "~0.9.5",
    "grunt-sync": "~0.0.4",
    "include-all": "~0.1.3",
    "jest": "^0.1.37",
    "jest-cli": "0.1.18",
    "lodash": "^2.4.1",
    "node-jsx": "^0.11.0",
    "rc": "~0.5.0",
    "react-tools": "^0.11.2",
    "sails": "~0.10.5",
    "sails-disk": "~0.10.0",
    "react": "^0.12.2",
    "flux": "^2.0.1",
    "jquery": "^2.1.3"
  },
  "jest": {
    "unmockedModulePathPatterns": [
      "./node_modules/react"
    ]
  }
}
