{
  "name": "ng-app-web",
  "version": "0.1.0",
  "description": "Web app client of NextGraph",
  "main": "index.js",
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "start": "webpack-dev-server"
  },
  "repository": {
    "type": "git",
    "url": "git+https://git.nextgraph.org/NextGraph/nextgraph-rs.git"
  },
  "keywords": [
    "webassembly",
    "wasm",
    "rust",
    "webpack"
  ],
  "author": "Niko PLP <niko@nextgraph.org>",
  "license": "(MIT OR Apache-2.0)",
  "bugs": {
    "url": "https://git.nextgraph.org/NextGraph/nextgraph-rs/issues"
  },
  "homepage": "https://docs.nextgraph.org",
  "dependencies": {
    "ng-sdk-js": "^0.1.0"
  },
  "devDependencies": {
    "webpack": "^4.29.3",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.5",
    "copy-webpack-plugin": "^5.0.0"
  }
}