mirror of
https://github.com/wassname/side-by-side.git
synced 2026-08-25 11:25:39 +08:00
31 lines
803 B
JSON
31 lines
803 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.8.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-stylus": "0.20.x",
|
|
"grunt-contrib-uglify": "0.6.x",
|
|
"grunt-contrib-watch": "0.6.x",
|
|
"lodash": "2.4.x",
|
|
"marked": "0.3.2"
|
|
},
|
|
"overrides": {
|
|
"graceful-fs": "^4.2.10"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/.bin/grunt test",
|
|
"postinstall": "node_modules/.bin/bower install"
|
|
},
|
|
"license": "MIT"
|
|
}
|