Files
side-by-side/package.json
T
2014-11-11 09:09:01 +01:00

28 lines
769 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",
"connect-modrewrite": "0.7.x",
"grunt": "0.4.x",
"grunt-cli": "0.1.x",
"grunt-contrib-coffee": "0.12.x",
"grunt-contrib-connect": "0.8.x",
"grunt-contrib-copy": "0.7.x",
"grunt-contrib-cssmin": "0.10.x",
"grunt-contrib-jade": "0.13.x",
"grunt-contrib-qunit": "0.5.x",
"grunt-contrib-stylus": "0.20.x",
"grunt-contrib-uglify": "0.6.x",
"grunt-contrib-watch": "0.6.x",
"lodash": "2.4.x"
},
"scripts": {
"test": "node_modules/.bin/grunt test",
"postinstall": "node_modules/.bin/bower install"
},
"license": "MIT"
}