forked from linagora/linagora.esn.calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.75 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
75
76
77
78
79
80
81
82
83
{
"name": "linagora.esn.calendar",
"version": "1.0.0",
"description": "Calendar",
"main": "index.js",
"scripts": {
"test": "grunt test",
"postinstall": "bower install --production --allow-root"
},
"author": "Linagora folks <[email protected]>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://ci.linagora.com/linagora/lgs/openpaas/linagora.esn.calendar.git"
},
"dependencies": {
"async": "2.4.1",
"awesome-module": "1.0.0",
"express": "4.14.0",
"glob-all": "3.1.0",
"ical.js": "linagora/ical.js#v1.1.2-#279-require-twice-protection",
"lodash": "4.17.4",
"moment-timezone": "0.5.13",
"mongoose": "4.7.1",
"node-uuid": "1.4.8",
"q": "1.4.1",
"request": "2.81.0",
"url-join": "2.0.2"
},
"devDependencies": {
"body-parser": "1.15.2",
"bower": "1.7.9",
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"chai-shallow-deep-equal": "1.4.0",
"eslint": "3.6.0",
"eslint-config-airbnb-base": "8.0.0",
"eslint-config-linagora-esn": "1.0.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "2.2.1",
"eslint-plugin-react": "6.2.0",
"extend": "3.0.0",
"fs-extra": "0.30.0",
"grunt": "0.4.5",
"grunt-continue": "0.1.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0",
"grunt-i18n-checker": "git+https://ci.open-paas.org/stash/scm/or/grunt-i18n-checker.git#2b9ea43c15e",
"grunt-karma": "2.0.0",
"grunt-lint-pattern": "0.1.4",
"grunt-mocha-cli": "3.0.0",
"grunt-run": "0.6.0",
"grunt-run-grunt": "git+https://ci.open-paas.org/stash/scm/or/grunt-run-grunt.git",
"grunt-shell": "1.3.1",
"grunt-shell-spawn": "0.3.10",
"grunt-wait-server": "0.3.0",
"i18n": "0.8.3",
"i18n-checker": "git+https://ci.open-paas.org/stash/scm/or/i18n-checker.git#3539a122a59",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-mocha": "1.1.1",
"karma-ng-jade2module-preprocessor": "git+https://ci.open-paas.org/stash/scm/or/karma-ng-jade2module-preprocessor.git",
"karma-phantomjs-launcher": "1.0.2",
"karma-rawfixtures-preprocessor": "git+https://ci.open-paas.org/stash/scm/or/karma-rawfixtures-preprocessor.git",
"karma-spec-reporter": "0.0.26",
"linagora-rse": "git+https://ci.open-paas.org/stash/scm/or/rse.git#master",
"mocha": "3.1.2",
"mockery": "1.7.0",
"phantomjs-prebuilt": "2.1.12",
"recaptcha": "1.2.1",
"rewire": "2.5.2",
"sinon": "1.17.5",
"sinon-chai": "2.8.0",
"superagent": "2.2.0",
"supertest": "2.0.0",
"time-grunt": "1.4.0"
}
}