-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
36 lines (36 loc) · 898 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
{
"name": "utuputki-webui",
"version": "0.0.1",
"homepage": "https://github.com/katajakasa/utuputki2",
"authors": [
"Tuomas Virtanen <[email protected]>"
],
"description": "Lanparty Video Streamer",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"utuputki/webui/public/static/components/",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5.0",
"angular-route": "~1.5.0",
"ng-sockjs": "~0.0.1",
"angular-bootstrap": "~1.1.2",
"bootstrap": "~3.3.6",
"angular-dialog-service": "~5.2.11",
"api-check": "~7.5.3",
"angular-formly": "~7.2.1",
"angular-formly-templates-bootstrap": "~6.1.5",
"angular-ui-grid": "~3.1.1",
"moment": "momentjs#~2.11.2",
"moment-duration-format": "~1.3.0"
},
"resolutions": {
"angular-bootstrap": "~1.1.2",
"angular": "~1.5.0"
}
}