Files
side-by-side/package.json
T
Vit Brunner b7c12f928b Initial project setup
Featuring:
- middleman setup
- dummy controller and index page
- markdown reader and its qunit tests
- travis integration
2013-06-10 22:30:02 +01:00

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