зеркало из https://github.com/nextcloud/spreed.git
27 строки
471 B
JSON
27 строки
471 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",
|
|
"jshashes": "^1.0",
|
|
"ichord/At.js": "^1.4.1"
|
|
}
|
|
}
|