-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 989 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": "slyp",
"description": "Slyp bower components",
"main": "index.js",
"authors": [
"James Groeneveld <[email protected]>"
],
"license": "ISC",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/assets/bower_components",
"test",
"tests"
],
"dependencies": {
"semantic-ui" : "2.2",
"jquery" : "2.1.4",
"toastr" : "2.1.1",
"backbone" : "latest",
"backbone-relational" : "0.10.0",
"marionette" : "2.4.5",
"jquery.cookie" : "latest",
"moment" : "~2.9.0",
"jquery-mockjax" : "~1.6.2",
"imagesloaded" : "3.1.8",
"font-awesome" : "4.3.0",
"rivets" : "0.8.1",
"jquery-serialize-object": "2.5.0",
"jquery-cookie" : "latest"
},
"resolutions": {
"backbone.babysitter": "^0.1.0"
}
}