{
  "name": "marty",
  "main": "dist/marty.js",
  "homepage": "martyjs.org",
  "authors": [
    "jhollingworth <jamiehollingworth@gmail.com>"
  ],
  "description": "A react.js/flux application framework",
  "keywords": [
    "react.js",
    "flux"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "es6-promise": "^2.0.0",
    "flux": "^2.0.1",
    "cookies-js": "^1.2.1",
    "isomorphic-fetch": "1.6.0",
    "lodash": "^3.5.0"
  },
  "version": "0.11.0"
}