{
  "name": "stellar-identicon-js",
  "version": "1.0.0",
  "description": "Tool to generate identicons for Stellar wallets - unique icons, generated based on the wallet public key.",
  "main": "./lib/stellar-identicon-generator.js",
  "scripts": {
    "build": "webpack --mode=production --config ./webpack-config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lobstrco/stellar-identicon-js.git"
  },
  "keywords": [
    "stellar",
    "identicon"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Lobstrco/stellar-identicon-js/issues"
  },
  "homepage": "https://github.com/Lobstrco/stellar-identicon-js#readme",
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/plugin-proposal-decorators": "^7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/preset-env": "^7.4.4",
    "@babel/register": "^7.4.4",
    "babel-loader": "^8.0.6",
    "chai": "^4.2.0",
    "mocha": "^6.1.4",
    "sinon": "^6.3.5",
    "stellar-base": "^1.0.2",
    "stellar-sdk": "^1.0.2",
    "terser-webpack-plugin": "^1.2.4",
    "webpack": "^4.31.0",
    "webpack-cli": "^3.3.2",
    "webpack-dev-server": "^3.8.0"
  },
  "dependencies": {
    "html-webpack-plugin": "^3.2.0"
  }
}
