forked from BitLox/chrome-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 657 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 657 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
31
32
{
"name": "bitlox-webinterface",
"version": "0.0.0",
"authors": [
"Atticus Sterman <atticus.sterman@gmail.com>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.7",
"angular-bootstrap": "~0.14.0",
"ngToast": "ngtoast#~1.5.6",
"moment": "~2.10.6",
"protobuf": "~4.1.1",
"async": "~1.4.2",
"bignumber.js": "~2.1.0",
"angular-cookie": "~4.0.9",
"angular-qrcode": "~6.1.3",
"bootstrap-css": "~3.3.4"
}
}