-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
57 lines (57 loc) · 1.15 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "backbone.uikit",
"version": "2.1.5",
"homepage": "https://github.com/vash15/backbone.uikit",
"authors": [
{
"name": "Matteo Baggio",
"email": "matteo.baggio@gmail.com"
},
{
"name": "Michele Belluco",
"email": "michele@belluco.info"
}
],
"description": "Backbone UIKit",
"main": "index.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"backbone",
"uikit",
"ui"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"documentation",
"examples"
],
"dependencies": {
"jquery": "^3.5.1",
"underscore": "^1.9.1",
"backbone": "^1.4.0",
"underscore.string": "~3.2.1",
"context-utils": "^2.0.0",
"device-utils": "^1.0.21",
"backbone.pubsub": "^1.0.0",
"backbone.viewstack": "^2.3.8",
"moment": "^2.13.0",
"async": "^1.5.2",
"backbone.touch": "https://github.com/vash15/backbone.touch.git#^0.4.3",
"search-utils": "^1.0.0",
"swiper": "~4.5.1"
},
"resolutions": {
"jquery": "^3.5.1",
"underscore": "^1.9.1",
"backbone": "^1.4.0"
}
}