-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 797 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 797 Bytes
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
{
"name": "aeserialization",
"version": "1.0.0",
"description": "Bindings for aeternity's aeserialization",
"dependencies": {
"aes-js": "^3.1.2",
"base-x": "^3.0.8",
"big-integer": "^1.6.48",
"blake2b": "^2.1.3",
"core-js": "^3.7.0",
"crypto-js": "^4.0.0",
"regenerator-runtime": "^0.13.7",
"secp256k1": "^4.0.2"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.7",
"@babel/preset-env": "^7.12.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erlscripten/aeserialization-purs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/erlscripten/aeserialization-purs/issues"
},
"homepage": "https://github.com/erlscripten/aeserialization-purs#readme"
}