forked from bitpay/bitcore-ecies
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1004 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
{
"name": "bitcore-ecies-dash",
"version": "1.0.4",
"description": "ECIES implemented for Bitcore-Dash.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/dashevo/bitcore-ecies-dash.git"
},
"keywords": [
"dash",
"bitcore",
"ecies",
"crypto",
"cryptography",
"encryption"
],
"author": "BitPay",
"license": "MIT",
"bugs": {
"url": "https://github.com/dashevo/bitcore-ecies-dash/issues"
},
"homepage": "https://github.com/dashevo/bitcore-ecies-dash",
"devDependencies": {
"assert": "^1.4.1",
"bitcore-build-dash": "dashpay/bitcore-build-dash",
"brfs": "^2.0.1",
"browserify": "^16.2.2",
"chai": "~4.1.2"
},
"dependencies": {
"aes": "^0.1.0",
"@dashevo/dashcore-lib": "^1.0.0-alpha.10",
"bls-lib": "^0.3.4"
}
}