-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "bitcore-stream",
"version": "1.0.0",
"description": "Payment Channels for Bitcore",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yemel/bitcore-stream.git"
},
"keywords": [
"bitcoin"
],
"author": "Yemel Jardi",
"license": "MIT",
"bugs": {
"url": "https://github.com/yemel/bitcore-stream/issues"
},
"homepage": "https://github.com/yemel/bitcore-stream#readme",
"dependencies": {
"bitcore-explorers": "^1.0.1",
"bitcore-lib": "^0.13.11",
"bitcore-p2p": "^1.1.0",
"inherits": "^2.0.1",
"lodash": "^3.10.1",
"redux": "^3.0.5",
"redux-rx": "^0.5.0",
"request": "^2.69.0",
"rx": "^4.0.7",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7"
},
"devDependencies": {
"assert": "^1.1.2",
"bitcore-build": "git://github.com/bitpay/bitcore-build.git",
"brfs": "^1.2.0",
"chai": "^1.10.0",
"gulp": "^3.8.10",
"mocha": "^2.2.5"
}
}