{
  "name": "react-router-bag",
  "version": "0.0.3",
  "description": "Data handling for isomorphic websites",
  "main": "dist/index.rollup.js",
  "keywords": [
    "data",
    "react",
    "router"
  ],
  "homepage": "https://github.com/fatfisz/react-router-bag",
  "repository": "https://github.com/fatfisz/react-router-bag.git",
  "author": {
    "name": "FatFisz",
    "url": "https://github.com/fatfisz"
  },
  "license": "MIT",
  "scripts": {
    "prepublish": "grunt prepublish",
    "test": "grunt test"
  },
  "dependencies": {},
  "devDependencies": {
    "babel": "^5.8.38",
    "babel-plugin-object-assign": "^1.2.1",
    "eslint": "^2.5.0",
    "eslint-plugin-react": "^4.2.3",
    "grunt": "^0.4.5",
    "grunt-babel": "^5.0.3",
    "grunt-cli": "^1.1.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-eslint": "^18.0.0",
    "grunt-mocha-test": "^0.12.7",
    "grunt-rollup": "^0.6.2",
    "jsdom": "^8.1.0",
    "load-grunt-tasks": "^3.4.1",
    "mocha": "^2.4.5",
    "mockery": "^1.4.1",
    "react": "^0.14.8",
    "react-addons-test-utils": "^0.14.8",
    "rollup-plugin-babel": "^1.0.0",
    "should": "^8.3.0",
    "should-sinon": "0.0.5",
    "sinon": "^2.0.0-pre"
  },
  "peerDependencies": {
    "not-found-error": "^1.0",
    "react": "^0.14",
    "react-router": "^2.0"
  },
  "babel": {
    "loose": [
      "es6.classes",
      "es6.destructuring",
      "es6.forOf",
      "es6.properties.computed",
      "es6.spread"
    ],
    "plugins": [
      "object-assign"
    ]
  }
}
