forked from bucketsio/buckets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
78 lines (78 loc) · 1.85 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "Buckets Frontend",
"version": "0.0.0",
"authors": [
"David Kaneda <[email protected]>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"bootstrap": "~3.2.0",
"chaplin": "~1.0.0",
"modernizr": "~2.8.1",
"swag": "~0.7.0",
"toastr": "~2.0.3",
"ladda": "~0.9.3",
"jquery.formParams": "~0.1.1",
"underscore": "~1.7.0",
"ace-builds": "~1.1.3",
"cocktail": "~0.5.8",
"fastclick": "~1.0.2",
"gsap": "~1.13.1",
"open-iconic": "~1.1.1",
"seedrandom": "~2.3.6",
"Sortable": "~0.3.0",
"cloudinary_js": "~1.0.19",
"imagesloaded": "~3.1.8",
"bootstrap-tagsinput": "~0.4.2",
"typeahead.js": "~0.10.5"
},
"exportsOverride": {
"blueimp-file-upload": {
"js": [
"js/vendor/jquery.ui.widget.js",
"js/jquery.fileupload.js"
],
"css": "css/jquery.fileupload.css"
},
"cloudinary_js": {
"html": "html/cloudinary_cors.html",
"js": "js/jquery.cloudinary.js"
},
"jquery.formParams": {
"js": "jquery.formParams.js"
},
"jquery": {
"js": "dist/jquery.min.js"
},
"ladda": {
"js": "js/{ladda.js,ladda.jquery.js}",
"css": "dist/ladda-themeless.min.css"
},
"bootstrap": {
"js": "dist/js/bootstrap.js",
"fonts": "dist/fonts/**/*.*"
},
"toastr": {
"js": "toastr.js"
},
"gsap": {
"js": [
"src/uncompressed/{TweenLite,TimelineLite,jquery.gsap}.js",
"src/uncompressed/easing/EasePack.js",
"src/uncompressed/plugins/CSSPlugin.js"
]
},
"seedrandom": {
"js": "seedrandom.js"
},
"/(backbone|chaplin|underscore|modernizr|handlebars|ace-builds|cocktail|blueimp-tmpl|blueimp-load-image|blueimp-canvas-to-blob)/": {}
}
}