spreed/bower.json

25 строки
417 B
JSON

{
"name": "spreed",
"authors": [
"Christoph Wurst <christoph@winzerhof-wurst.at>"
],
"description": "",
"main": "",
"license": "AGPLv3",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"core/vendor",
"test",
"tests"
],
"dependencies": {
"backbone": "1.2.3",
"backbone.marionette": "3.0.0",
"jquery": "^2.0"
}
}