forked from openchain/wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 732 Bytes
/
Copy pathbower.json
File metadata and controls
30 lines (30 loc) · 732 Bytes
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
{
"name": "OpenchainWallet",
"version": "0.2.2",
"authors": [
"Flavien Charlon <flavien@charlon.net>"
],
"main": "www/index.html",
"license": "Apache License Version 2.0",
"homepage": "https://github.com/openchain/wallet",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"bitcore": "~0.13.5",
"bitcore-mnemonic": "~0.14.0",
"angular": "~1.4.7",
"angular-route": "~1.4.7",
"protobuf": "dcodeIO/ProtoBuf.js#~4.0.0",
"bootstrap": "~3.3.5",
"less": "~2.5.3",
"components-font-awesome": "~4.3.0",
"angular-tree-control": "wix/angular-tree-control#~0.2.15",
"moment": "~2.10.6"
}
}