-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 892 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
{
"name": "FM-Frontend",
"description": "The frontend for thisissoon.fm",
"version": "0.9.5",
"homepage": "https://github.com/thisissoon/FM-Frontend",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "1.3.17",
"angular-animate": "1.3.17",
"angular-route": "1.3.17",
"angular-resource": "1.3.17",
"angular-bootstrap": "0.13.0",
"angular-socket-io": "0.7.0",
"angular-spotify": "0.11.0",
"angular-title": "0.1.0",
"bootstrap": "3.3.4",
"satellizer": "0.9.4",
"socket.io-client": "https://github.com/Automattic/socket.io-client.git#1.3.5",
"angular-notification": "1.0.1",
"angular-charts": "0.2.7",
"angular-chart.js": "0.7.1",
"Chart.js": "1.0.2",
"angular-sn-infinite-scroll": "0.1.0",
"angularSails": "0.12.1"
},
"devDependencies": {
"angular-mocks": "1.3.17",
"d3": "3.3.13"
}
}