forked from foundation/foundation-sites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
70 lines (70 loc) · 1.31 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
{
"name": "foundation-sites",
"version": "6.6.3",
"description": "The most advanced responsive front-end framework in the world.",
"homepage": "https://get.foundation/sites",
"license": "MIT",
"keywords": [
"css",
"scss",
"sass",
"js",
"responsive",
"mobile-first",
"framework",
"eyeglass-module"
],
"authors": [
"Foundation Yetinauts <contact@get.foundation> (https://get.foundation)"
],
"main": [
"scss/foundation.scss",
"dist/js/foundation.js"
],
"moduleType": [
"globals",
"amd",
"node",
"es6"
],
"repository": {
"type": "git",
"url": "https://github.com/foundation/foundation-sites"
},
"dependencies": {
"jquery": ">=2.2.0",
"what-input": ">=4.1.0"
},
"ignore": [
".babelrc",
".browserslistrc",
".commitlintrc.yml",
".editorconfig",
".eslintrc",
".huskyrc.yml",
".sass-lint.yml",
".versions",
"bower.json",
"browserstack.json",
"code-of-conduct.md",
"composer.json",
"CONTRIBUTING.md",
"gulpfile.js",
"meteor-README.md",
"package.js",
"package.json",
"package-lock.json",
"sache.json",
"webpack.config.js",
"yarn.lock",
".github",
"config",
"customizer",
"docs",
"gulp",
"lib",
"spec",
"script",
"test"
]
}