forked from CloudBoost/cloudboost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.03 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.03 KB
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": "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": "^3.0.0",
"cookie-parser": "^1.3.4",
"cookies": "^0.5.0",
"cors": "^2.7.1",
"cron": "^1.1.0",
"crypto": "^0.0.3",
"csvtojson": "^1.1.7",
"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": "^16.0.0",
"gridfs-stream": "^1.1.1",
"grunt": "^1.0.0",
"grunt-bumpup": "^0.6.2",
"grunt-env": "^0.4.4",
"icg-json-to-xlsx": "^0.2.5",
"ioredis": "^1.13.0",
"jimp": "^0.2.21",
"jquery": "^3.0.0",
"jsdom": "^8.0.4",
"json2csv": "^3.7.3",
"json2xlsx": "^0.1.6",
"mandrill-api": "^1.0.45",
"mongodb": "^2.2.33",
"mongoose": "^4.4.10",
"node-gcm": "^0.14.0",
"node-linkedin": "^0.5.3",
"node-twitter-api": "^1.7.1",
"node-uuid": "^1.4.7",
"node-xlsx": "^0.11.0",
"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",
"slack-node": "^0.1.8",
"socket.io": "^2.0.4",
"socket.io-redis": "^5.2.0",
"underscore": "^1.7.0",
"url-parse": "^1.0.5",
"uuid": "^2.0.1",
"web-push": "^2.1.1",
"winston": "^1.1.2",
"winston-bishop-slack": "^0.2.1",
"winston-loggly": "^1.1.0",
"wns": "^0.5.3",
"snyk": "^1.49.4"
},
"devDependencies": {
"eslint": "^3.16.1",
"grunt-eslint": "^19.0.0"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}