{
  "name": "eckey",
  "version": "1.0.2",
  "description": "Handle private key and public keys associated with elliptic curve cryptography. Used with crypto currencies such as Bitcoin, Litecoin, Dogecoin, etc. Works in both Node.js and the browser.",
  "keywords": [
    "cryptography",
    "crypto",
    "bitcoin",
    "litecoin",
    "elliptical",
    "curve",
    "digital",
    "sign",
    "signing"
  ],
  "devDependencies": {
    "crypto-browserify": "^3.2.5",
    "mocha": "2.x",
    "secure-random": "^1.0.0",
    "standard": "6.x"
  },
  "repository": {
    "url": "https://github.com/cryptocoinjs/eckey",
    "type": "git"
  },
  "main": "./lib/eckey.js",
  "dependencies": {
    "secp256k1": "^3.8.1"
  },
  "scripts": {
    "lint": "standard",
    "test": "standard && mocha --ui bdd",
    "unit": "mocha --ui bdd"
  }
}
