{
  "name": "eckey-util",
  "version": "1.0.4",
  "description": "Eckey privateKey, publicKey and sign verify",
  "main": "lib/ECKey.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drunken005/eckey-util.git"
  },
  "keywords": [
    "Eckey",
    "Sign",
    "Verify",
    "EC",
    "Elliptic",
    "curve",
    "Cryptograhpy"
  ],
  "author": "drunken",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/drunken005/eckey-util/issues"
  },
  "homepage": "https://github.com/drunken005/eckey-util#readme",
  "dependencies": {
    "create-hash": "^1.2.0",
    "elliptic": "^6.4.1",
    "randombytes": "^2.1.0"
  }
}
