34 строки
823 B
JSON
34 строки
823 B
JSON
{
|
|
"name": "mail",
|
|
"version": "0.5.3",
|
|
"description": "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",
|
|
"davclient.js": "https://github.com/evert/davclient.js.git",
|
|
"es6-promise": "^3.2.1",
|
|
"ical.js": "^1.2.1"
|
|
}
|
|
}
|