-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.json
44 lines (44 loc) · 994 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
{
"name": "bitcore-explorers",
"version": "1.0.1",
"description": "Module to query blockchain apis for Bitcore.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test",
"coverage": "gulp coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore-explorers.git"
},
"keywords": [
"bitcoin",
"bitcore",
"insight"
],
"author": "BitPay",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitpay/bitcore-explorers/issues"
},
"browser": {
"request": "browser-request"
},
"homepage": "https://github.com/bitpay/bitcore-explorers",
"devDependencies": {
"bitcore-build": "git://github.com/bitpay/bitcore-build.git",
"brfs": "^1.2.0",
"browserify": "^8.1.1",
"chai": "^2.0.0",
"gulp": "^3.8.10",
"sinon": "^1.12.2"
},
"dependencies": {
"bitcore-lib": "^0.13.14",
"browser-request": "^0.3.3",
"request": "^2.51.0"
}
}