.bower.json
953 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
42
43
44
45
46
{
"name": "bourbon",
"description": "A simple and lightweight mixin library for Sass.",
"version": "4.2.5",
"main": "app/assets/stylesheets/_bourbon.scss",
"license": "MIT",
"ignore": [
"**/.*",
"CONTRIBUTING.md",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"_site",
"bin",
"bourbon.gemspec",
"features",
"lib",
"package.json",
"sache.json",
"spec"
],
"keywords": [
"css",
"mixins",
"sass",
"scss"
],
"authors": [
"thoughtbot (http://thoughtbot.com)"
],
"homepage": "http://bourbon.io",
"repository": {
"type": "git",
"url": "https://github.com/thoughtbot/bourbon.git"
},
"_release": "4.2.5",
"_resolution": {
"type": "version",
"tag": "v4.2.5",
"commit": "8d0322ef1ebc20c28b39656034789b62bf77c1f8"
},
"_source": "git://github.com/thoughtbot/bourbon.git",
"_target": "~4.2.5",
"_originalSource": "bourbon",
"_direct": true
}