forked from streamium/streamium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
27 lines (27 loc) · 815 Bytes
/
bower.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
{
"name": "Streamium",
"description": "Decentralized trustless video streaming using bitcoin payment channels",
"version": "0.0.0",
"homepage": "https://github.com/streamium/streamium",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "1.2.x",
"angular-route": "1.2.x",
"angular-loader": "1.2.x",
"angular-mocks": "~1.2.x",
"bootstrap": "~3.3.1",
"jquery": "~2.1.1",
"peerjs": "~0.3.14",
"angular-qr": "~0.2.0",
"angular-moment": "~0.8.3",
"lodash": "~3.0.1",
"async": "~0.9.2",
"bitcore-lib": "git://github.com/eordano/bitcore-lib.git",
"bitcore-channel": "git://github.com/eordano/bitcore-channel.git",
"bitcore-explorers": "^0.11.0",
"detectrtc": "*",
"angular-scroll-glue": "~2.0.5",
"randomcolor": "~0.2.0"
}
}