You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
507 B
27 lines
507 B
{
|
|
"name": "reflex-grid",
|
|
"version": "2.0.4",
|
|
"homepage": "https://github.com/leejordan/reflex/docs/",
|
|
"authors": [
|
|
"Lee Jordan <ldjordan@gmail.com>"
|
|
],
|
|
"description": "responsive flexbox grid with inline-block legacy support",
|
|
"main": "css/reflex.css",
|
|
"keywords": [
|
|
"reflex",
|
|
"flexbox",
|
|
"responsive",
|
|
"inline-block",
|
|
"fallback",
|
|
"grid"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|