Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bower.json - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c52b2c8887f3b0fb6ef8b46800ef7b3cfe8f8a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "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"
  }
}