{
  "name": "ulitecore-lib",
  "version": "0.13.23",
  "description": "A pure and powerful JavaScript Litecoin library.",
  "author": "Jay <jay@pentajeu.com>",
  "main": "index.js",
  "scripts": {
    "lint": "gulp lint",
    "test": "gulp test",
    "coverage": "gulp coverage",
    "build": "gulp"
  },
  "contributors": [
  ],
  "keywords": [
    "transaction",
    "address",
    "p2p",
    "ecies",
    "cryptocurrency",
    "blockchain",
    "payment",
    "bip21",
    "bip32",
    "bip37",
    "bip69",
    "bip70",
    "multisig"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jaylim/ulitecore-lib.git"
  },
  "browser": {
    "request": "browser-request"
  },
  "dependencies": {
    "bn.js": "=2.0.4",
    "bs58": "=2.0.0",
    "buffer-compare": "=1.0.0",
    "elliptic": "=3.0.3",
    "inherits": "=2.0.1",
    "lodash": "=3.10.1",
    "scryptsy": "=2.0.0"
  },
  "devDependencies": {
    "brfs": "^1.2.0",
    "chai": "^1.10.0",
    "gulp": "^3.9.1",
    "litecore-build": "litecoin-project/litecore-build",
    "sinon": "^1.13.0"
  },
  "license": "MIT"
}
