-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 784 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 784 Bytes
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
{
"name": "stretto",
"version": "0.0.2",
"description": "Web based music player",
"main": "server.js",
"private": true,
"dependencies": {
"DateJS": "~1.0.0-rc3",
"backbone": "~1.1.2",
"bootbox": "~4.3.0",
"bootstrap": "~3.3.0",
"bootswatch": "v3.3.0",
"civswig": "civitaslearning/swig-bower#~1.3.2",
"font-awesome-bower": "~4.3.0",
"headjs": "~1.0.3",
"jquery": "~2.1.1",
"jquery.ui": "~1.11.3",
"lastfm-api": "~0.0.1",
"marionette": "~2.2.2",
"messenger": "~1.4.1",
"mustache.js": "~1.1.0",
"seiyria-bootstrap-slider": "~4.5.1",
"tablesort": "https://github.com/tristen/tablesort.git#~3.0.2",
"underscore": "~1.7.0",
"materialize": "^0.97.8"
},
"resolutions": {
"underscore": "~1.7.0"
}
}