-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 991 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
41
42
43
44
45
46
{
"name": "duniter-keypair",
"version": "1.3.4",
"main": "index.js",
"scripts": {
"test": "mocha --growl --timeout 10000 test/"
},
"repository": {
"type": "git",
"url": "git@github.com:duniter/duniter-keypair.git"
},
"keywords": [
"duniter",
"ucoin",
"openudc",
"libremoney",
"crypto-currency"
],
"author": "Cedric Moreau <cem.moreau@gmail.com>",
"license": "AGPL-3.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/duniter/duniter-keypair/issues"
},
"dependencies": {
"bs58": "4.0.0",
"co": "4.6.0",
"duniter-common": "1.3.x",
"inquirer": "^3.0.6",
"js-yaml": "3.8.2",
"node-pre-gyp": "0.6.34",
"q": "1.5.0",
"scryptb": "6.0.4",
"tweetnacl": "0.14.5",
"tweetnacl-util": "0.15.0"
},
"devDependencies": {
"duniter": "1.2.x",
"duniter-bma": "1.1.x",
"mocha": "3.2.0",
"should": "11.1.2"
},
"peerDependencies": {
"duniter": "1.3.x"
}
}