-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
45 lines (45 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
{
"name": "bitcore-channel",
"version": "1.0.1",
"description": "Add payment channels support to bitcore",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage"
},
"author": "BitPay <[email protected]>",
"contributors": [
{
"name": "Esteban Ordano",
"email": "[email protected]"
},
{
"name": "Manuel Araoz",
"email": "[email protected]"
}
],
"keywords": [
"bitcoin",
"bitcore",
"btc",
"satoshi",
"payment channels",
"channel",
"smart contract"
],
"license": "MIT",
"repository": "https://github.com/bitpay/bitcore-channel",
"dependencies": {
"bitcore-lib": "^0.13.7",
"inherits": "=2.0.1"
},
"devDependencies": {
"bitcore-build": "git://github.com/bitpay/bitcore-build.git",
"brfs": "^1.2.0",
"chai": "^2.3.0",
"gulp": "^3.8.10",
"nodejs-externs": "^0.10.0",
"request": "^2.48.0",
"vinyl-transform": "^1.0.0"
}
}