{
  "name": "nordnet-next-api-client-example",
  "version": "1.0.0",
  "description": "Norndet nExt API communication client example project",
  "config": {
    "dev_server": {
      "host": "localhost",
      "port": 9000
    },
    "proxy_server": {
      "host": "localhost",
      "port": 9090,
      "forward_to": "https://api.test.nordnet.se"
    }
  },
  "author": "Dmitry Demyankov",
  "license": "MIT",
  "scripts": {
    "start": "npm-run-all --parallel start:proxy start:webpack-dev-server",
    "start:proxy": "node webpack/proxy.js",
    "start:webpack-dev-server": "node webpack/webpack-dev-server.js"
  },
  "dependencies": {
    "http-proxy": "^1.11.1",
    "react": "^0.13.3"
  },
  "devDependencies": {
    "babel-core": "^5.6.18",
    "babel-loader": "^5.1.4",
    "node-libs-browser": "^0.5.2",
    "npm-run-all": "^1.2.6",
    "opn": "^3.0.2",
    "react-hot-loader": "^1.2.7",
    "webpack": "^1.9.11",
    "webpack-dev-server": "^1.9.0"
  }
}
