forked from bitpay/bitcore-payment-protocol
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
67 lines (67 loc) · 1.55 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@dashevo/dashcore-payment-protocol",
"version": "1.7.0",
"description": "Payment Protocol (BIP70 and related) support for dashcore",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp",
"rootcerts": "node ./update-rootcerts.js"
},
"contributors": [
{
"name": "Christopher Jeffrey",
"email": "chjeffrey@gmail.com"
},
{
"name": "Manuel Araoz",
"email": "manuelaraoz@gmail.com"
},
{
"name": "Ryan X. Charles",
"email": "ryan@bitpay.com"
},
{
"name": "Linus Unnebäck",
"email": "linus@folkdatorn.se"
},
{
"name": "Esteban Ordano",
"email": "eordano@gmail.com"
},
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}
],
"keywords": [
"dash",
"bitcore-dash",
"dashcore"
],
"repository": {
"type": "git",
"url": "https://github.com/dashevo/dashcore-payment-protocol.git"
},
"browser": "lib/browser.js",
"dependencies": {
"asn1.js": "=4.9.1",
"asn1.js-rfc3280": "=4.0.0",
"asn1.js-rfc5280": "=2.0.0",
"@dashevo/dashcore-lib": "^0.15.0",
"bs58": "^4.0.1",
"jsrsasign": "^8.0.4",
"protobufjs": "=5.0.1"
},
"devDependencies": {
"bitcore-build-dash": "dashevo/bitcore-build-dash.git#1437e43807d56051f4f85d5ed00d35abca8b20ca",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^3.8.10",
"sinon": "^1.17.3"
},
"license": "MIT"
}