-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 975 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
{
"name": "elastos-wallet-js",
"version": "1.0.9",
"description": "Elastos Wallet SDK in JavaScript",
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elastos/Elastos.SDK.Keypair.Javascript.git"
},
"keywords": [
"elastos",
"wallet",
"sdk",
"javascript"
],
"author": "Elastos Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/elastos/Elastos.SDK.Keypair.Javascript/issues"
},
"homepage": "https://github.com/elastos/Elastos.SDK.Keypair.Javascript#readme",
"dependencies": {
"bip39": "^2.5.0",
"bitcore-lib-curve": "0.16.0",
"jsrsasign": "^8.0.12",
"lodash": "^4.17.11",
"randombytes": "^2.0.6",
"sync-request": "^6.0.0",
"yarn": "^1.22.0"
},
"devDependencies": {
"jasmine": "^3.3.0"
}
}