{
  "name": "divvy-wallet-generator",
  "version": "1.0.3",
  "description": "A node.js library for generating a Divvy wallet.",
  "main": "lib/wallet.js",
  "scripts": {
    "test": "mocha -R spec test/wallet_generator.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xdv/divvy-wallet.git"
  },
  "keywords": [
    "divvy",
    "wallet",
    "crypto",
    "elliptic-curve"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/xdv/divvy-wallet/issues"
  },
  "devDependencies": {}
}
