{
  "name": "jwallet-web-keystore",
  "version": "0.7.4",
  "description": "Library for ethereum blockchain accounts management",
  "main": "index.js",
  "scripts": {
    "lint": "./node_modules/.bin/eslint ./src",
    "test": "./node_modules/.bin/mocha --compilers babel-register --recursive",
    "clean": "rm -rf ./lib",
    "compile": "npm run clean && ./node_modules/.bin/babel ./src --out-dir ./lib",
    "build": "npm run lint && npm run compile && npm test",
    "precommit": "./node_modules/.bin/lint-staged",
    "prepush": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jibrelnetwork/jwallet-web-keystore.git"
  },
  "author": "Jibrel Network",
  "license": "MIT",
  "keywords": [
    "jibrel",
    "jibrelnetwork",
    "jwallet",
    "blockchain",
    "wallet",
    "keystore",
    "private-key",
    "hash-algorithm",
    "keymanagement",
    "mnemonic",
    "key",
    "account",
    "seed",
    "seed-phrase",
    "bip32",
    "bip32xpublickey",
    "extended-public-key",
    "ethereum",
    "address",
    "contracts",
    "crypto",
    "security",
    "derivation"
  ],
  "bugs": {
    "url": "https://github.com/jibrelnetwork/jwallet-web-keystore/issues"
  },
  "homepage": "https://github.com/jibrelnetwork/jwallet-web-keystore#readme",
  "dependencies": {
    "bitcore-lib": "0.14.0",
    "bitcore-mnemonic": "1.2.5",
    "crypto-js": "3.1.9-1",
    "elliptic": "6.4.0",
    "ramda": "0.25.0",
    "scrypt.js": "0.2.0",
    "tweetnacl": "1.0.0",
    "tweetnacl-util": "0.15.0",
    "uuid": "3.1.0"
  },
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-plugin-transform-exponentiation-operator": "6.24.1",
    "babel-plugin-transform-object-rest-spread": "6.26.0",
    "babel-preset-es2015": "6.24.1",
    "babel-register": "6.26.0",
    "eslint": "4.7.2",
    "eslint-config-airbnb-base": "12.0.1",
    "eslint-plugin-import": "2.7.0",
    "husky": "0.14.3",
    "lint-staged": "6.1.1",
    "mocha": "3.5.3",
    "should": "13.1.0",
    "webpack": "3.6.0"
  }
}
