Files
side-by-side/package.json
T
2014-10-24 19:38:49 +02:00

23 lines
610 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": {
"bower": "1.3.x",
"grunt": "0.4.x",
"grunt-cli": "0.1.x",
"grunt-contrib-connect": "0.8.x",
"grunt-contrib-copy": "0.7.x",
"grunt-contrib-coffee": "0.12.x",
"grunt-contrib-stylus": "0.20.x",
"grunt-contrib-jade": "0.13.x",
"grunt-contrib-qunit": "0.5.x"
},
"scripts": {
"test": "node_modules/.bin/grunt test",
"postinstall": "node_modules/.bin/bower install"
},
"license": "MIT"
}