-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathbower.json
39 lines (39 loc) · 1.17 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
{
"name": "Bootstrapify",
"version": "3.1.1",
"homepage": "https://github.com/luciddesign/bootstrapify",
"authors": [
"Lucid Design <[email protected]> (http://www.luciddesign.co.nz)"
],
"description": "An open-source base Shopify theme built with Twitter Bootstrap",
"main": "dist/styles.scss",
"keywords": [
"Bootstrap",
"Shopify"
],
"license": "Apache-2.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"typeahead.js": "~0.9.3",
"jquery": "~2.1.0",
"respond": "~1.4.2",
"jquery-instagram": "https://github.com/potomak/jquery-instagram.git#~0.3.0",
"uniformThumbnails": "https://github.com/luciddesign/uniform-thumbnails.git",
"isotope": "~2.0.0",
"jquery-zoom": "https://github.com/stewartknapman/zoom.git#~1.7.14",
"jquery-colorbox": "https://github.com/jackmoore/colorbox.git#~1.5.14",
"bootstrap-sass-official": "~3.2.0",
"shipping-calculator": "https://github.com/carolineschnapp/shipping-calculator.git",
"orderly": "https://github.com/luciddesign/orderly.git"
},
"resolutions": {
"jquery": "~2.1.0"
}
}