forked from queue-hero/queue-hero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 818 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
{
"name": "queue-hero",
"version": "0.0.0",
"homepage": "https://github.com/queue-hero/queue-hero",
"authors": [],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"client/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.7",
"angular-animate": "~1.4.7",
"angular-bootstrap": "~0.13.4",
"angular-cookies": "~1.4.7",
"angular-mapbox": "~0.1.5",
"angular-messages": "~1.4.7",
"angular-ui-router": "~0.2.15",
"angular-ui-router-tabs": "~1.5.1",
"bootstrap": "~3.3.5",
"font-awesome-bower": "~4.4.0",
"mapbox.js": "~2.2.1",
"moment": "~2.10.6",
"ng-file-upload": "~7.2.1",
"normalize-css": "normalize.css#~3.0.3",
"socket.io-client": "~1.3.7",
"lodash": "~3.10.1"
}
}