forked from kadena-io/cardano-crypto.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 926 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@hypercent/kadena-crypto",
"version": "6.0.3",
"description": "input-output-hk/cardano-crypto compiled to pure javascript using Emscripten",
"main": "index.js",
"scripts": {
"build": "node build.js",
"prepublish": "npm run build",
"test": "tape test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vacuumlabs/cardano-crypto.js.git"
},
"keywords": [
"ed25519",
"cardano",
"kadena",
"signature"
],
"author": "refi93",
"license": "ISC",
"bugs": {
"url": "https://github.com/vacuumlabs/cardano-crypto.js/issues"
},
"homepage": "https://github.com/vacuumlabs/cardano-crypto.js#readme",
"devDependencies": {
"tape": "^4.11.0"
},
"dependencies": {
"bech32": "^1.1.4",
"bip39": "^3.0.2",
"borc": "^2.1.1",
"buffer": "^6.0.3",
"pbkdf2": "^3.0.17"
},
"directories": {
"test": "test"
}
}