25 lines
384 B
JSON
25 lines
384 B
JSON
|
{
|
||
|
"name": "tachyons",
|
||
|
"description": "Functional CSS for humans",
|
||
|
"main": "css/tachyons.min.css",
|
||
|
"authors": [
|
||
|
"mrmrs"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"design",
|
||
|
"system",
|
||
|
"responsive",
|
||
|
"design"
|
||
|
],
|
||
|
"homepage": "http://tachyons.io",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
]
|
||
|
}
|