-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 846 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 846 Bytes
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
{
"name": "express_gateway",
"version": "1.0.0",
"description": "rest api to provide data to dynamic forms react app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"author": "praveen",
"license": "MIT",
"dependencies": {
"@chilkat/ck-node10-win64": "^9.50.77",
"aes-cross": "^1.0.9",
"aes-js": "^3.1.2",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"mongodb": "^3.2.4",
"mongoose": "^5.5.8",
"mysql": "^2.16.0",
"node-couchdb": "^1.3.0",
"node-cryptojs-aes": "^0.4.0",
"node-fetch": "^2.5.0",
"nodeasync": "0.0.5",
"nodemon": "^1.18.11",
"request": "^2.88.0",
"vhost": "^3.0.2"
}
}