-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
46 lines (46 loc) · 949 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "lncli-web",
"description": "Lnd Web Client",
"main": "server.js",
"authors": [
"Francois Masurel"
],
"license": "AGPL-3.0",
"keywords": [
"lnd",
"lncli",
"web",
"client",
"nodejs",
"grpc",
"lightning",
"network",
"bitcoin"
],
"homepage": "https://github.com/mably/lncli-web",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"public/components",
"test",
"tests"
],
"dependencies": {
"angular-local-storage": "^0.5.2",
"bootstrap": "^3.3.7",
"bootbox.js": "bootbox#^4.4.0",
"ngclipboard": "^1.1.1",
"angular-bootstrap": "^2.5.0",
"components-font-awesome": "^4.7.0",
"socket.io-client": "^1.7.2",
"ngToast": "ngtoast#^2.0.0",
"angular-animate": "^1.6.2",
"angular-uuids": "^0.0.4",
"angular-web-notification": "^1.2.7",
"angular-base64": "^2.0.5"
},
"resolutions": {
"angular": "1.6.4"
}
}