{
  "name": "spi-samples-js",
  "version": "2.4.0",
  "description": "Point of service samples which integrate with assembly payments spi module",
  "main": "index.html",
  "author": "",
  "license": "Apache-2.0",
  "homepage": "https://github.com/AssemblyPayments/acmepos-js",
  "scripts": {
    "start": "webpack-dev-server --open --colors --public localhost:3000",
    "build": "webpack -p",
    "build:dev": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AssemblyPayments/spi-samples-js.git"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/preset-env": "^7.1.0",
    "babel-loader": "^8.0.4",
    "connect-api-mocker": "^1.3.6",
    "html-webpack-plugin": "^3.2.0",
    "webpack": "^4.21.0",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.9"
  },
  "dependencies": {
    "@assemblypayments/spi-client-js-beta": "^2.4.7"
  }
}
