{
  "name": "your-app",
  "version": "0.0.0",
  "description": "Your very own package.json",
  "unistack": "yep",
  "dependencies": {
    "jspm": "^0.17.0-beta.29"
  },
  "scripts": {
    "setup": "npm install && npm run jspm -- install",
    "jspm": "jspm"
  },
  "jspm": {
    "name": "your-app",
    "directories": {
      "packages": "bootstrap/jspm_packages"
    },
    "configFiles": {
      "jspm": "bootstrap/jspm.config.js"
    },
    "dependencies": {
      "debug": "npm:debug@^2.2.0",
      "graceful-fs": "npm:graceful-fs@^4.1.6",
      "graphiql": "npm:graphiql@^0.7.8",
      "isomorphic-fetch": "npm:isomorphic-fetch@^2.2.1",
      "koa": "npm:koa@2",
      "koa-send": "npm:koa-send@^3.2.0",
      "parse-post": "npm:parse-post@^0.1.2",
      "react-redux": "npm:react-redux@^4.4.5",
      "react-router": "npm:react-router@^2.7.0",
      "react-router-redux": "npm:react-router-redux@^4.0.5",
      "redux-thunk": "npm:redux-thunk@^2.1.0",
      "socket.io-client": "github:socketio/socket.io-client@^1.5.0",
      "source-map-support": "npm:source-map-support@^0.4.2"
    },
    "devDependencies": {
      "babel-plugin-transform-react-jsx": "npm:babel-plugin-transform-react-jsx@^6.8.0",
      "core-js": "npm:core-js@^2.4.1",
      "plugin-babel": "npm:systemjs-plugin-babel@^0.0.14",
      "systemjs-hmr": "npm:systemjs-hmr@^0.0.4"
    },
    "peerDependencies": {
      "assert": "github:jspm/nodelibs-assert@^0.2.0-alpha",
      "bcrypt-pbkdf": "npm:bcrypt-pbkdf@^1.0.0",
      "buffer": "github:jspm/nodelibs-buffer@^0.2.0-alpha",
      "child_process": "github:jspm/nodelibs-child_process@^0.2.0-alpha",
      "codemirror": "npm:codemirror@^5.6.0",
      "constants": "github:jspm/nodelibs-constants@^0.2.0-alpha",
      "crypto": "github:jspm/nodelibs-crypto@^0.2.0-alpha",
      "dgram": "github:jspm/nodelibs-dgram@^0.2.0-alpha",
      "dns": "github:jspm/nodelibs-dns@^0.2.0-alpha",
      "domain": "github:jspm/nodelibs-domain@^0.2.0-alpha",
      "ecc-jsbn": "npm:ecc-jsbn@~0.1.1",
      "events": "github:jspm/nodelibs-events@^0.2.0-alpha",
      "fs": "github:jspm/nodelibs-fs@^0.2.0-alpha",
      "graphql": "npm:graphql@^0.7.1",
      "http": "github:jspm/nodelibs-http@^0.2.0-alpha",
      "https": "github:jspm/nodelibs-https@^0.2.0-alpha",
      "jodid25519": "npm:jodid25519@^1.0.0",
      "jsbn": "npm:jsbn@0.1",
      "module": "github:jspm/nodelibs-module@^0.2.0-alpha",
      "net": "github:jspm/nodelibs-net@^0.2.0-alpha",
      "os": "github:jspm/nodelibs-os@^0.2.0-alpha",
      "path": "github:jspm/nodelibs-path@^0.2.0-alpha",
      "process": "github:jspm/nodelibs-process@^0.2.0-alpha",
      "punycode": "github:jspm/nodelibs-punycode@^0.2.0-alpha",
      "querystring": "github:jspm/nodelibs-querystring@^0.2.0-alpha",
      "react": "npm:react@^15.3.1",
      "react-dom": "npm:react-dom@^15.3.1",
      "readline": "github:jspm/nodelibs-readline@^0.2.0-alpha",
      "redux": "npm:redux@^3.0.0",
      "source-map": "npm:source-map@0.2",
      "stream": "github:jspm/nodelibs-stream@^0.2.0-alpha",
      "string_decoder": "github:jspm/nodelibs-string_decoder@^0.2.0-alpha",
      "tls": "github:jspm/nodelibs-tls@^0.2.0-alpha",
      "tty": "github:jspm/nodelibs-tty@^0.2.0-alpha",
      "tweetnacl": "npm:tweetnacl@0.13",
      "url": "github:jspm/nodelibs-url@^0.2.0-alpha",
      "util": "github:jspm/nodelibs-util@^0.2.0-alpha",
      "vm": "github:jspm/nodelibs-vm@^0.2.0-alpha",
      "zlib": "github:jspm/nodelibs-zlib@^0.2.0-alpha"
    },
    "overrides": {
      "github:socketio/socket.io-client@1.5.0": {
        "main": "socket.io.js"
      },
      "npm:browserify-zlib@0.1.4": {
        "dependencies": {
          "readable-stream": "^2.0.2",
          "pako": "~0.2.0"
        },
        "map": {
          "_stream_transform": "readable-stream/transform"
        }
      },
      "npm:debug@2.2.0": {
        "main": "browser.js",
        "jspmNodeConversion": false,
        "format": "cjs",
        "map": {
          "./browser.js": {
            "node": "./node.js"
          },
          "fs": "@node/fs",
          "net": "@node/net",
          "tty": "@node/tty",
          "util": "@node/util"
        }
      },
      "npm:inherits@2.0.1": {
        "ignore": [
          "test.js"
        ]
      },
      "npm:inherits@2.0.3": {
        "ignore": [
          "test.js"
        ]
      },
      "npm:keygrip@1.0.1": {
        "map": {
          "keygrip": "@empty"
        }
      },
      "npm:lodash@4.15.0": {
        "map": {
          "buffer": "@empty",
          "process": "@empty"
        }
      },
      "npm:ms@0.7.1": {
        "jspmNodeConversion": false,
        "format": "cjs"
      }
    }
  },
  "author": "",
  "license": "ISC"
}
