Files
side-by-side/package.json
T
Vit Brunner edd50af4a9 Basic grid with awesome properties
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.
2013-06-15 16:59:56 +01:00

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"
}