forked from CloudBoost/cloudboost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.72 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
{
"name": "DataServices",
"version": "1.0.112",
"main": "server.js",
"engines": {
"node": ">=5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudboost/cloudboost.git"
},
"license": "Apache-2.0",
"dependencies": {
"apn": "^1.7.5",
"app-root-path": "^1.0.0",
"body-parser": "^1.12.0",
"busboy": "^0.2.12",
"busboy-body-parser": "0.0.10",
"connect-redis": "^2.2.0",
"cookie-parser": "^1.3.4",
"cookies": "^0.5.0",
"cors": "^2.7.1",
"cron": "^1.1.0",
"crypto": "^0.0.3",
"ejs": "^2.4.1",
"elasticsearch": "^8.0.0",
"express": "^4.13.4",
"express-session": "^1.10.3",
"express-winston": "^1.3.0",
"fb": "^1.0.2",
"github": "^0.2.4",
"googleapis": "^5.0.0",
"gridfs-stream": "^1.1.1",
"grunt": "^0.4.5",
"grunt-bumpup": "^0.6.2",
"grunt-env": "^0.4.4",
"ioredis": "^1.13.0",
"jimp": "^0.2.21",
"jquery": "^2.2.0",
"jsdom": "^8.0.4",
"mandrill-api": "^1.0.45",
"mongodb": "^2.1.11",
"mongoose": "^4.4.10",
"multer": "^0.1.8",
"node-gcm": "^0.14.0",
"node-linkedin": "^0.5.3",
"node-twitter-api": "^1.7.1",
"node-uuid": "^1.4.7",
"nodemailer": "^2.4.1",
"nodemailer-mailgun-transport": "^1.0.2",
"oauth": "^0.9.14",
"octonode": "^0.7.5",
"path": "^0.12.7",
"q": "^2.0.3",
"request": "^2.55.0",
"should": "^4.6.5",
"socket.io": "^1.4.5",
"socket.io-redis": "^0.1.4",
"underscore": "^1.7.0",
"url-parse": "^1.0.5",
"uuid": "^2.0.1",
"web-push": "^2.1.1",
"winston": "^1.1.2",
"winston-loggly": "^1.1.0",
"wns": "^0.5.3"
},
"devDependencies": {
"eslint": "^3.16.1",
"grunt-eslint": "^19.0.0"
}
}