-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 628 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 628 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
{
"name": "ungrid",
"description": "The simplest responsive css grid.",
"version": "1.1.0",
"homepage": "http://chrisnager.github.io/ungrid/",
"authors": "Chris Nager <@chrisnager>",
"keywords": [
"ungrid",
"css",
"grid",
"grid system",
"simple",
"simplest",
"responsive",
"tiny",
"small",
"table-based",
"framework"
],
"main": "ungrid.css",
"ignore": [
"index.html",
"docs.css",
"ungrid-screenshot.png",
"favicon.ico",
"favicon.png"
],
"license": "MIT"
}