-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "ipaas",
"version": "1.5.16",
"description": "Incend Platform as a Service supports authentication, communication and other common services specifically designed to be used by in house teams for their products.",
"main": "index.js",
"scripts": {
"test": "npm test",
"start": "node src local"
},
"repository": {
"type": "git",
"url": "git+https://github.com/incend-digital/IPaaS-API.git"
},
"keywords": [
"ipaas",
"incend",
"api"
],
"author": "Incend Digital Private Limited",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/incend-digital/IPaaS-API/issues"
},
"homepage": "https://github.com/incend-digital/IPaaS-API#readme",
"dependencies": {
"aws-sdk": "^2.948.0",
"aws-xray-sdk": "1.1.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"helmet": "^4.6.0",
"http": "^0.0.1-security",
"jsonwebtoken": "^8.5.1",
"loadash": "^1.0.0",
"lodash.inrange": "^3.3.6",
"log4js": "^6.4.0",
"log4js-cloudwatch-appender": "^1.1.0",
"log4js-json-layout": "^2.2.3",
"mailgun.js": "^3.5.1",
"mongodb": "^3.6.9",
"morgan": "^1.10.0",
"on-finished": "^2.3.0",
"path": "^0.12.7",
"serverless-http": "^2.7.0",
"twilio": "^3.66.0",
"winston": "^3.3.3",
"winston-cloudwatch": "^3.0.0"
}
}