-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 903 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 903 Bytes
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
{
"name": "bootstrapify",
"version": "4.0.9",
"keywords": [
"shopify",
"theme",
"framework",
"css",
"js",
"sass",
"mobile-first",
"responsive",
"front-end",
"lucid"
],
"main": [
"theme/assets/*",
"theme/config/*",
"theme/layout/*",
"theme/snippets/*",
"theme/templates/*",
"theme/locales/*"
],
"ignore": [
".*"
],
"homepage": "https://github.com/luciddesign/Bootstrapify-4",
"authors": [
"Galen King <galen@lucid.co.nz>",
"Stewart Knapman <stewart@lucid.co.nz>"
],
"description": "Shopify theme framework based on Bootstrap 4",
"license": "MIT",
"dependencies": {
"bootstrap-sass": "3.3.4",
"respond": "https://github.com/scottjehl/Respond.git#~1.4.2",
"picturefill": "https://github.com/scottjehl/picturefill.git#~2.2.0",
"shopify-cartjs": "~0.2.3",
"html5shiv": "~3.7.2"
}
}