-
Notifications
You must be signed in to change notification settings - Fork 43
/
bower.json
27 lines (27 loc) · 847 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
{
"name": "mueller",
"version": "1.2.0",
"description": "MUELLER is a modular grid system for responsive/adaptive and non–responsive layouts, based on Sass/Compass.",
"main": "sass/grid/_grid-system.scss",
"keywords": ["layout", "grid", "sass", "compass", "responsive", "adaptive", "rwd"],
"authors": [
{"name": "Patrick Kranzlmueller", "email": "sehmaschine@gmail.com"," homepage": "http://vonautomatisch.at"},
{"name": "Axel Swoboda", "email": "parsch.inc@gmail.com"," homepage": "http://vonautomatisch.at"}
],
"homepage": "http://muellergridsystem.com",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/sehmaschine/mueller.git"
},
"ignore": [
"**/.*",
"*.json",
"*.py",
"*.pyc",
"node_modules",
"bower_components",
"test",
"tests"
]
}