forked from thoughtbot/neat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 730 Bytes
/
Copy pathbower.json
File metadata and controls
41 lines (41 loc) · 730 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": "neat",
"description": "A lightweight, semantic grid framework",
"version": "1.8.0",
"main": "app/assets/stylesheets/_neat.scss",
"license": "MIT",
"ignore": [
"**/.*",
"CONTRIBUTING.md",
"Gemfile",
"Gemfile.lock",
"NEWS.md",
"Rakefile",
"bin",
"lib",
"neat.gemspec",
"sache.json",
"spec",
"test"
],
"keywords": [
"columns",
"grid",
"layout",
"media",
"media-queries",
"neat",
"queries",
"sass",
"scss",
"semantic"
],
"authors": [
"thoughtbot (http://thoughtbot.com)"
],
"homepage": "http://neat.bourbon.io",
"repository": {
"type": "git",
"url": "https://github.com/thoughtbot/neat.git"
}
}