tachyons/bower.json
2018-11-10 10:06:41 -07:00

26 lines
394 B
JSON

{
"name": "tachyons",
"description": "Functional css for humans",
"homepage": "https://tachyons.io",
"main": "css/tachyons.css",
"license": "MIT",
"authors": [
"mrmrs",
"johno"
],
"keywords": [
"css",
"design",
"system",
"responsive",
"design"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}