forked from suspendlabs/lstn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1.08 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "lstn",
"dependencies": {
"jquery": "~2.1.0",
"angular": "~1.3.14",
"angular-cookies": "~1.2.16",
"angular-resource": "~1.2.16",
"angular-sanitize": "~1.3.13",
"angular-route": "~1.2.16",
"modernizr": "~2.7.2",
"bootstrap": "~3.3.2",
"fontawesome": "~4.3.0",
"angular-bootstrap": "~0.12.0",
"angular-socket-io": "~0.7.0",
"jquery-ui": "~1.11.2",
"angular-ui-sortable": "~0.13.3",
"moment": "~2.9.0",
"ment.io": "~0.9.23",
"angular-emoji-map": "~1.0.1",
"snackbarjs": "~1.0.0",
"angular-linkify": "~1.1.0",
"emojione": "~1.3.0",
"angular-media-queries": "~0.4.0",
"jquery.rdio": "~0.1.1",
"ngstorage": "~0.3.0"
},
"version": "0.1.0",
"homepage": "http://lstn.in",
"authors": [
"Brandon Peters <[email protected]>"
],
"description": "Listen to music with your friends",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"lstn/static/bower_components",
"test",
"tests"
],
"resolutions": {
"angular": "~1.3.14"
}
}