mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-21 13:30:27 +08:00
The goals were to make the grid as spacious as possible, while not compromising many-column layouts and small screen sizes. Works for an arbitrary number of columns and adjusts horizontal spacing according to the number of columns and the viewport size.
16 lines
402 B
JSON
16 lines
402 B
JSON
{
|
|
"name": "side-by-side",
|
|
"version": "0.0.1",
|
|
"author": "Vit Brunner",
|
|
"description": "Visual comparison of different translations of itemized texts; e.g. poems, bibles, etc.",
|
|
"devDependencies": {
|
|
"docpad": "6.38.x",
|
|
"docpad-plugin-coffeescript": "2.2.x",
|
|
"docpad-plugin-jade": "2.3.x",
|
|
"docpad-plugin-sass": "2.4.x",
|
|
"qunitjs": "1.11.x",
|
|
"phantomjs": "1.9.x"
|
|
},
|
|
"license": "MIT"
|
|
}
|