mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 11:06:58 +00:00
26 lines
394 B
JSON
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"
|
|
]
|
|
}
|