-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
46 lines (46 loc) · 1.04 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": "utilities",
"version": "1.0.0",
"homepage": "https://github.com/patjnr/silverstripe-utility-plugins",
"authors": [
"Itayi Paul Patrick Chitovoro <[email protected]>"
],
"description": "Silverstripe Utility plugins",
"moduleType": [
"globals",
"node"
],
"keywords": [
"silverstripe",
"chitosystems"
],
"license": "MIT",
"ignore": [
"**/.txt",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.2.4",
"bootstrap": "~3.3.2",
"bootstrap-sass": "*",
"datatables": "*",
"owl.carousel": "*",
"jquery-form": "*",
"jquery-ui": "*",
"components-font-awesome": "*",
"underscore": "*",
"moment": "*",
"jquery-migrate": "http://code.jquery.com/jquery-migrate-1.2.1.js",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.3.0/chosen_v1.3.0.zip",
"masonry": "*",
"isotope": "*"
},
"resolutions": {
"fizzy-ui-utils": "~2.0.0",
"outlayer": "~2.0.0",
"get-size": "~2.0.2"
}
}