mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-07 17:10:46 +08:00
Featuring: - middleman setup - dummy controller and index page - markdown reader and its qunit tests - travis integration
12 lines
306 B
JSON
12 lines
306 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": {
|
|
"qunitjs": "1.11.x",
|
|
"phantomjs": "1.9.x"
|
|
},
|
|
"license": "MIT"
|
|
}
|