-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
46 lines (46 loc) · 959 Bytes
/
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": "fortitude-sass",
"homepage": "http://fortitude.io/",
"version": "0.7.9",
"main": [
"app/assets/stylesheets/fortitude/tools/_functions.scss",
"app/assets/stylesheets/fortitude/tools/_mixins.scss",
"app/assets/stylesheets/fortitude/settings/_defaults.scss",
"app/assets/stylesheets/_fortitude.scss"
],
"ignore": [
"bin",
"features",
"lib",
".gitignore",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"fortitude.gemspec",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"authors": [
"Aaron Reisman <[email protected]>"
],
"description": "Fortitude provides a comprehensive framework of Rock solid CSS Patterns and Components.",
"moduleType": [
"globals"
],
"keywords": [
"css",
"sass",
"bootstrap",
"oocss",
"BEM",
"framework",
"fortitude"
],
"license": "MIT",
"dependencies": {
"jquery": "~2.1.1"
}
}