mail/package.json

81 строка
2.3 KiB
JSON

{
"name": "mail",
"version": "0.8.0",
"description": "Mail app",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "./node_modules/webpack-cli/bin/webpack.js --mode production --config js/webpack.prod.config.js",
"dev": "./node_modules/webpack-cli/bin/webpack.js --mode development --config js/webpack.dev.config.js --watch",
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/nextcloud/mail.git"
},
"keywords": [
"mail"
],
"author": "Christoph Wurst, Jan-Christoph Borchardt, Steffen Lindner and many more …",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/nextcloud/mail/issues"
},
"homepage": "https://github.com/nextcloud/mail",
"devDependencies": {
"coveralls": "^3.0.0",
"es6-object-assign": "^1.1.0",
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^2.0.0",
"istanbul": "^0.4.5",
"jasmine-ajax": "^3.3.1",
"jasmine-core": "^3.1.0",
"jscs-jsdoc": "^2.0.0",
"jshint": "^2.9.5",
"karma": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.1",
"karma-jasmine-ajax": "^0.1.13",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"raw-loader": "^0.5.1",
"sinon": "^4.5.0",
"string.prototype.endswith": "^0.2.0",
"string.prototype.repeat": "^0.2.0",
"string.prototype.startswith": "^0.2.0",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"autosize": "^4.0.1",
"backbone": "^1.3.3",
"backbone.babysitter": "^0.1.12",
"backbone.marionette": "^3.5.1",
"backbone.radio": "^2.0.0",
"backbone.wreqr": "^1.4.0",
"davclient.js": "^0.1.0",
"domready": "^1.0.8",
"es6-promise": "^4.2.4",
"exports-loader": "^0.7.0",
"handlebars": "^4.0.11",
"handlebars-loader": "^1.7.0",
"html-to-text": "^4.0.0",
"ical.js": "^1.2.2",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"jquery-visibility": "^1.0.11",
"js-storage": "1.0.4",
"nextcloud_issuetemplate_builder": "^0.1.0",
"requirejs": "^2.3.5",
"underscore": "^1.8.3"
}
}