forked from linagora/hublin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.65 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "hublin",
"version": "0.1.0",
"description": "Hubl.in is a free and open source video conference solution built with love and designed with ethics in mind. It's the best way to initiate a communication anywhere with anybody and brings real time conversation to the next level. Hubl.in allows free communication without additional plugins.",
"main": "index.js",
"dependencies": {
"async": "^0.9.0",
"async-eventemitter": "^0.2.2",
"awesome-module": "git+https://ci.open-paas.org/stash/scm/am/awesome-module.git",
"awesome-module-manager": "1.1.1",
"awesome-node-redis-pubsub": "git+https://ci.open-paas.org/stash/scm/or/awesome-node-redis-pubsub.git",
"awesome-sessionstore": "git+https://ci.open-paas.org/stash/scm/or/awesome-sessionstore.git",
"body-parser": "^1.12.0",
"bson": "^0.2.19",
"chokidar": "^1.0.0-rc3",
"connect-dynamic-middleware": "^0.1.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.4",
"cors": "^2.5.3",
"easyrtc": "git+https://github.com/priologic/easyrtc.git#79c7cee0e1b3cfdc390799caa89ced491f4dbb02",
"email-addresses": "^2.0.1",
"express": "~4.2.0",
"express-domain-middleware": "^0.1.0",
"express-session": "^1.10.2",
"extend": "^2.0.0",
"fs-extra": "^0.16.3",
"hash_file": "^0.1.1",
"helmet": "^0.7.1",
"i18n": "^0.5.0",
"jade": "^1.3.1",
"konphyg": "1.4.0",
"less": "^1.7.4",
"less-middleware": "~1.0.4",
"marked": "~0.3.3",
"mongoconfig": "^1.0.0",
"mongodb": "^1.4.31",
"mongoose": "~3.8.23",
"morgan": "^1.5.1",
"node-uuid": "^1.4.2",
"om-email-invitation": "0.0.1",
"om-invitation": "0.0.1",
"om-mailer": "0.0.1",
"om-webrtc-backend": "0.0.2",
"om-websocket-server": "0.0.1",
"open": "0.0.5",
"q": "^1.1.2",
"redis": "^0.12.1",
"trim": "0.0.1",
"winston": "~0.9.0"
},
"devDependencies": {
"bower": "~1.3.3",
"chai": "~1.9.2",
"cookie": "^0.1.2",
"grunt-continue": "0.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gjslint": "^0.1.6",
"grunt-karma": "^0.10.1",
"grunt-lint-pattern": "^0.1.4",
"grunt-mocha-cli": "^1.12.0",
"grunt-ng-annotate": "^0.10.0",
"grunt-nodemon": "~0.2.0",
"grunt-run": "~0.2.1",
"grunt-run-grunt": "git+https://ci.open-paas.org/stash/scm/or/grunt-run-grunt.git",
"grunt-shell": "^1.1.1",
"grunt-shell-spawn": "sergkr/grunt-shell-spawn",
"grunt-usemin": "^3.0.0",
"jit-grunt": "^0.9.1",
"karma": "0.12.28",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.2",
"karma-coverage": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-mocha": "0.1.1",
"karma-ng-jade2module-preprocessor": "git+https://ci.open-paas.org/stash/scm/or/karma-ng-jade2module-preprocessor.git",
"karma-phantomjs-launcher": "~0.1.1",
"karma-rawfixtures-preprocessor": "git+https://ci.open-paas.org/stash/scm/or/karma-rawfixtures-preprocessor.git",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"karma-spec-reporter": "0.0.8",
"mocha": "~1.18.2",
"mockery": "~1.4.0",
"nodemon": "1.0.19",
"rewire": "^2.3.1",
"supertest": "^0.15.0",
"time-grunt": "^1.1.0",
"usemin-patterns": "^0.1.4"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install --allow-root",
"test": "grunt test"
},
"author": "Linagora Folks",
"license": "AGPLv3"
}