This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
84 lines (84 loc) · 2.22 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
{
"name": "unhangout-server",
"version": "2.1.0",
"author": "Drew Harry <[email protected]>",
"description": "a server for managing un-hangouts; large scale online un-conference-style events using Google Hangout",
"contributors": [
{
"name": "Drew Harry",
"email": "[email protected]"
},
{
"name": "Charlie DeTar",
"email": "[email protected]"
},
{
"name": "Srishti Sethi",
"email": "[email protected]"
}
],
"license": "BSD",
"scripts": {
"postinstall": "node ./bin/compile-assets.js",
"start": "node ./bin/unhangout-server",
"setup": "source conf.sh",
"test": "bin/uglytests.sh",
"noseleniumtest": "NODE_ENV=testing SKIP_SELENIUM_TESTS=1 mocha"
},
"main": "./lib/unhangout-server.js",
"repository": {
"type": "git",
"url": "https://github.com/drewww/unhangout.git"
},
"dependencies": {
"amdefine": "0.1.0",
"async": "0.2.10",
"backbone": "1.1.2",
"bluebird": "1.1.1",
"caja-sanitizer": "*",
"cheerio": "0.20.0",
"connect-redis": "1.4.7",
"connect-slashes": "1.3.0",
"deep-copy": "^1.0.0",
"ejs": "1.0.0",
"express": "3.5.1",
"gapitoken": "0.1.3",
"googleapis": "0.7.0",
"mandrill-api": "1.0.41",
"memwatch": "~0",
"mkdirp": "*",
"moment": "2.5.1",
"moment-timezone": "0.0.3",
"nib": "1.0.2",
"node-uuid": "1.4.1",
"nodemailer": "0.6.1",
"open-graph": "0.1.5",
"passport": "0.2.0",
"passport-google-oauth": "0.1.5",
"redis": "0.10.1",
"requirejs-middleware": "git://github.com/yourcelf/requirejs-middleware.git#master",
"sockjs": "0.3.8",
"stylus": "0.42.3",
"toobusy": "~0",
"underscore": "1.6.0",
"winston": "0.7.3",
"winston-mail": "0.2.7"
},
"analyze": false,
"devDependencies": {
"chai": "^2.2.0",
"expect.js": "0.3.1",
"libxmljs": "git://github.com/gwicke/libxmljs.git#7e1ceaf",
"mailparser": "~0",
"mocha": "2.4.5",
"selenium-webdriver": "2.47.0",
"should": "3.2.0-beta1",
"simplesmtp": "~0",
"sinon": "1.10.3",
"sockjs-client-ws": "git://github.com/yourcelf/sockjs-client-node.git#master",
"superagent": "0.17.0"
},
"engines": {
"node": ">=0.10"
}
}