forked from gentooza/bitbloq-offline-reborn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 947 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
{
"name": "bitbloq-offline",
"version": "1.2.3",
"description": "",
"strict-ssl": false,
"https-proxy": "",
"dependencies":
{
"angular": "1.4.9",
"angular-route": "1.4.9",
"angular-websocket": "1.0.14",
"angular-clipboard": "1.2.1",
"lodash": "3.10.1",
"jsplumb": "git@github.com:jsplumb/community-edition#2.0.5",
"angular-sanitize": "1.3.20",
"angular-translate": "2.9.0",
"angular-translate-loader-static-files": "2.9.0",
"bloqs": "git@github.com:gentooza/bloqs.git#master",
"js-beautify": "1.6.2",
"prism": "1.4.1",
"ng-dialog": "0.5.8",
"jquery-auto-grow-input": "*",
"autogrow": "1.0.3",
"d3": "3.5.2",
"nvd3": "^1.8.3",
"angular-nvd3": "^1.0.7"
},
"resolutions":
{
"lodash": "3.10.1",
"angular": "1.4.9",
"bloqs": "master"
}
}