{
  "private": true,
  "name": "@hpcc-js/demo-quickstart-amd",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build": "webpack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@hpcc-js/chart": "*",
    "@hpcc-js/layout": "*",
    "@hpcc-js/phosphor": "*"
  },
  "devDependencies": {
    "webpack": "4.34.0",
    "webpack-cli": "3.3.4"
  },
  "author": "",
  "license": "Apache-2.0"
}