2016-10-17 20:27:34 +03:00
|
|
|
{
|
|
|
|
"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",
|
2016-11-28 19:56:45 +03:00
|
|
|
"backbone.marionette": "3.0.0",
|
2018-03-19 20:20:26 +03:00
|
|
|
"jquery": "^2.0",
|
2018-04-25 17:12:55 +03:00
|
|
|
"jshashes": "^1.0",
|
|
|
|
"ichord/At.js": "^1.4.1"
|
2016-10-17 20:27:34 +03:00
|
|
|
}
|
|
|
|
}
|