{
  "name": "workbench",
  "version": "1.0.0",
  "main": "electron.js",
  "scripts": {
    "start": "node server",
    "start-cold": "electron .",
    "postinstall": "jspm install"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-register": "^6.3.13",
    "chokidar-socket-emitter": "^0.3.0",
    "deep-equal": "^1.0.1",
    "electron-prebuilt": "^0.36.0",
    "electron-window-state": "^2.0.0",
    "jsonfile": "^2.2.3",
    "jspm": "^0.16.20",
    "mkdirp": "^0.5.1",
    "object-assign": "^4.0.1"
  },
  "jspm": {
    "dependencies": {
      "capaj/systemjs-hot-reloader": "github:capaj/systemjs-hot-reloader@^0.5.1",
      "classnames": "npm:classnames@^2.2.3",
      "css": "github:systemjs/plugin-css@^0.1.20",
      "immutable": "npm:immutable@^3.7.6",
      "lodash": "npm:lodash@^3.10.1",
      "merge": "npm:merge@^1.2.0",
      "normalize.css": "github:necolas/normalize.css@^3.0.3",
      "openpgp": "npm:openpgp@^1.4.1",
      "react": "npm:react@^0.14.6",
      "react-addons-clone-with-props": "npm:react-addons-clone-with-props@^0.14.8",
      "react-dom": "npm:react-dom@^0.14.6",
      "react-redux": "npm:react-redux@^4.1.2",
      "reactcss": "github:casesandberg/reactcss@1.0.0",
      "redux": "npm:redux@^3.1.4"
    },
    "devDependencies": {
      "babel": "npm:babel-core@^5.8.24",
      "babel-runtime": "npm:babel-runtime@^5.8.24",
      "core-js": "npm:core-js@^1.1.4"
    }
  },
  "dependencies": {
    "react-addons-clone-with-props": "^0.14.8"
  }
}
