KNACSS/bower.json

21 lines
523 B
JSON
Raw Normal View History

2013-12-09 23:09:18 +01:00
{
"name": "KNACSS",
"homepage": "http://www.knacss.com/",
"authors": [
2013-12-14 12:38:44 +01:00
"Raphaël GOETTER, Alsacreations"
2013-12-09 23:09:18 +01:00
],
"description": "KNACSS is a minimalist, responsive and extensible style sheet to kick-start your HTML / CSS projects. It relies on common best practices and experience on the topic.",
"main": "css/knacss.css",
"keywords": [
"css", "framework", "reset", "reponsive"
],
"license": "WTFPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
2013-12-14 12:38:44 +01:00
"tests"
2013-12-09 23:09:18 +01:00
]
}