KNACSS/bower.json

31 lines
670 B
JSON
Raw Normal View History

2013-12-09 23:09:18 +01:00
{
"name": "KNACSS",
"version": "7.1.3",
2013-12-09 23:09:18 +01:00
"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",
"responsive",
"less",
"sass",
"rwd",
"boilerplate",
"workflow"
2013-12-09 23:09:18 +01:00
],
"license": "WTFPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
2013-12-14 12:40:41 +01:00
"less/knackLESS.zip",
2013-12-15 16:39:56 +01:00
"tests",
"README.md"
2013-12-09 23:09:18 +01:00
]
}