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