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

bower.json - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e81edf0df2481c56be7de745c89ee0fb5a15a8a (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
26
27
28
29
30
{
  "name": "Mail",
  "version": "0.3.1",
  "description": "ownCloud Mail App",
  "main": "mail.js",
  "license": "AGPLv3",
  "homepage": "https://github.com/owncloud/mail",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "core/vendor",
    "test",
    "tests"
  ],
  "dependencies": {
    "autosize": "jquery-autosize#1.18.9",
    "backbone": "1.1.2",
    "backbone.marionette": "^2.4.4",
    "backbone.radio": "^1.0.4",
    "domReady": "^2.0.1",
    "handlebars": "^4.0.5",
    "jquery": "2.2.3",
    "jquery-storage-api": "julien-maurel/jQuery-Storage-API#~1.7.4",
    "jquery-visibility": "~1.0.11",
    "requirejs": "2.2.0",
    "text": "^2.0.14",
    "underscore": "~1.8.3"
  }
}