{
  "name": "moac-lightwallets",
  "version": "3.0.1",
  "description": "A lightweight moac javascript wallet.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/wanpixiaozi/moac-lightwallet.git"
  },
  "scripts": {
    "build-js": "browserify index.js --s lightwallet | uglifyjs -c > dist/lightwallet.min.js",
    "build-dev": "browserify index.js -o dist/lightwallet.js --s lightwallet",
    "test": "./node_modules/.bin/mocha --reporter spec",
    "coverage": "istanbul cover _mocha -- -R spec; open coverage/lcov-report/index.html"
  },
  "keywords": [
    "moac",
    "blockchain",
    "transactions",
    "contracts",
    "wallet"
  ],
  "contributors": [
    {
      "name": "Christian Lundkvist",
      "email": "christian.lundkvist@gmail.com"
    },
    {
      "name": "Tyler Clark",
      "email": "tysclark@gmail.com"
    },
    {
      "name": "Joel Torstensson",
      "email": "me@joeltorstensson.se"
    },
    {
      "name": "Zach Ferland",
      "email": "zachferland@gmail.com"
    },
    {
      "name": "Kevin Jiao",
      "email": "kevin.jiao@berkeley.edu"
    },
    {
      "name": "Marian Oancea",
      "email": "marian.oancea@gmail.com"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "bignumber.js": "debris/bignumber.js#94d7146671b9719e00a09c29b01a691bc85048c2",
    "bitcore-lib": "^0.13.13",
    "bitcore-mnemonic": "^1.0.1",
    "crypto-js": "^3.1.5",
    "elliptic": "^3.1.0",
    "ethereumjs-tx": "^1.1.1",
    "ethereumjs-util": "^4.0.2",
    "rlp": "^2.0.0",
    "scrypt-async": "^1.2.0",
    "tweetnacl": "0.13.2",
    "chain3": "^0.1.9"
  },
  "devDependencies": {
    "async": "^1.4.2",
    "bluebird": "^3.3.1",
    "browserify": "^10.2.4",
    "chai": "^3.0.0",
    "mocha": "^2.2.5",
    "uglify-js": "^2.4.23",
    "hooked-web3-provider": "christianlundkvist/hooked-web3-provider#updates_web3_14"
  }
}
