-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 846 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
{
"name": "NodeBuzz2.0",
"description": "Buzzer for Node.JS",
"main": "server.js",
"authors": [
"SE WS15/16 Group NodeBuzz 2.0"
],
"license": "GPL-3.0",
"keywords": [
"Buzzer",
"Node"
],
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"http/bower_components",
"test",
"tests"
],
"dependencies": {
"ng-sortable": "~1.3.2",
"angular": "~1.4.8",
"angular-bootstrap": "~0.14.3",
"bootstrap": "~3.3.6",
"animate.css": "animate-css#~3.5.0",
"angular-bootstrap-slider": "~0.1.21",
"bootswatch": "v3.3.6+1",
"angular-xeditable": "~0.1.9",
"angular-animate": "~1.4.8",
"angular-animate-css": "ng-animate-css#~0.0.4",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.6.0"
},
"resolutions": {
"angular": "1.4.8"
}
}