-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.51 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
{
"title": "Broker",
"author": "Broker",
"name": "broker",
"homepage": "http://broker.is/",
"description": "The Broker platform.",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:nicksergeant/broker.git"
},
"bugs": {
"url": "https://github.com/nicksergeant/broker/issues"
},
"licenses": [],
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"analytics-node": "",
"angular": "~1.6.9",
"basic-auth": "^1.0.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.6.5",
"cli-color": "0.2.x",
"compression": "^1.0.11",
"connect-flash": "^0.1.1",
"consolidate": "^0.10.0",
"cookie-parser": "^1.3.2",
"edit-google-spreadsheet": "^0.3.0",
"ejs": "~0.8",
"errorhandler": "^1.1.1",
"express": "^4.8.4",
"express-session": "^1.7.6",
"futures": "",
"gm": "^1.16.0",
"gravatar": "~1.0.6",
"html-entities": "~1.0.10",
"http-digest-client": "0.0.2",
"jsdom": "^1.0.0",
"jshint": "^2.4.4",
"moment": "~2.5.0",
"mongodb": "~2.2.13",
"morgan": "^1.2.3",
"nconf": "~0.6.9",
"node-uuid": "~1.4.1",
"nodemailer": "0.5.x",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"postmark": "~0.2.0",
"q": "0.9.x",
"q-io": "1.13.5",
"raven": "~0.6.0",
"request": "~2.82.0",
"rethinkdb": "^2.3.1",
"twilio": "~1.4.0",
"underscore": "~1.6.0",
"walk": "^2.3.1",
"wit-node": "0.0.4",
"xml2js": "^0.4.2"
},
"devDependencies": {}
}