{
  "name": "eccrypto-scripts",
  "version": "0.2.14",
  "description": "a collection of reusable scripts for elliptic curve cryptography",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/io-digital/eccrypto-scripts.git"
  },
  "directories": {
    "bin": "bin"
  },
  "keywords": [
    "eccrypto",
    "elliptic",
    "curve",
    "crypto",
    "cryptography",
    "diffie-hellman",
    "bin"
  ],
  "author": "Ant Cosentino <ant@io.co.za>",
  "license": "BSD-3-Clause",
  "dependencies": {
    "eccrypto": "^1.0.3",
    "get-stdin": "^5.0.1"
  }
}
