Files
2023-02-24 21:33:07 +08:00

35 lines
907 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",
"grunt-sftp-deploy": "^0.2.5",
"lodash": "2.4.x",
"marked": "0.3.2"
},
"overrides": {
"graceful-fs": "^4.2.10"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install",
"serve": "node_modules/.bin/grunt serve",
"upload": "node_modules/.bin/grunt upload"
},
"license": "MIT",
"dependencies": {
}
}