forked from nextcloud/mail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.01 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "mail",
"version": "0.7.6",
"description": "Mail app",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run",
"build": "./node_modules/webpack/bin/webpack.js --config js/webpack.prod.config.js"
},
"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",
"grunt": "^1.0.1",
"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": "^2.8.0",
"jscs-jsdoc": "^2.0.0",
"jshint": "^2.9.5",
"karma": "^1.7.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.1",
"karma-jasmine-ajax": "^0.1.13",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.6",
"phantomjs-prebuilt": "^2.1.16",
"raw-loader": "^0.5.1",
"sinon": "^4.1.3",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"autosize": "^4.0.0",
"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.1.1",
"exports-loader": "^0.6.4",
"handlebars": "^4.0.11",
"handlebars-loader": "^1.6.0",
"ical.js": "^1.2.2",
"jquery": "^2.2.4",
"jquery-ui": "^1.12.1",
"jquery-visibility": "^1.0.11",
"js-storage": "1.0.4",
"requirejs": "^2.3.5",
"underscore": "^1.8.3"
}
}