{
  "name": "blocktron-lib",
  "version": "0.0.5",
  "description": "A simple blockchain data structure library",
  "main": "dist/main.min.js",
  "scripts": {
    "precommit": "pretty-quick --staged",
    "test": "jest test/blocktron-lib.spec.js",
    "build-dev": "webpack --config=webpack.dev.config.js",
    "build": "webpack --config=webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Blocktron-Project/blocktron-lib.git"
  },
  "keywords": [
    "blockchain",
    "javascript",
    "nodejs",
    "decentralized",
    "apps",
    "cryptography",
    "blocktron",
    "library"
  ],
  "author": "Sandeep Vattapparambil",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Blocktron-Project/blocktron-lib/issues"
  },
  "homepage": "https://github.com/Blocktron-Project/blocktron-lib#readme",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.3",
    "babel-loader": "^7.1.4",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^5.0.1",
    "jest": "^23.1.0",
    "prettier": "^1.13.5",
    "prettier-webpack-plugin": "^1.0.0",
    "webpack": "^4.12.0",
    "webpack-cli": "^3.0.8"
  },
  "dependencies": {
    "sha256": "^0.2.0"
  }
}
