-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 563 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 563 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": "basicGrid",
"authors": [
"Tobias Reich <tobias@electerious.com>"
],
"description": "A Foundation-like grid as a standalone module",
"main": "dist/basicGrid.min.css",
"keywords": [
"grid",
"foundation",
"column",
"columns",
"row",
"rows",
"responsive"
],
"ignore": [
"**/.*",
"demos",
"build.js",
"package.json"
],
"license": "MIT",
"homepage": "https://basicgrid.electerious.com",
"repository": {
"type": "git",
"url": "https://github.com/electerious/basicGrid.git"
}
}