UNPKG

620 BJSONView Raw
1{
2 "name": "eccrypto-scripts",
3 "version": "0.2.0",
4 "description": "a collection of reusable scripts for elliptic curve cryptography",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/io-digital/eccrypto-scripts.git"
11 },
12 "directories": {
13 "bin": "bin"
14 },
15 "keywords": [
16 "eccrypto",
17 "elliptic",
18 "curve",
19 "crypto",
20 "cryptography",
21 "diffie-hellman",
22 "bin"
23 ],
24 "author": "Ant Cosentino <ant@io.co.za>",
25 "license": "BSD-3-Clause",
26 "dependencies": {
27 "eccrypto": "^1.0.3"
28 }
29}