forked from GokulAnanthNkp/ChaosProject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 927 Bytes
/
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
{
"name": "chaos_proj",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pitankar14/chaos_project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pitankar14/chaos_project/issues"
},
"homepage": "https://github.com/pitankar14/chaos_project#readme",
"dependencies": {
"aws-sdk": "^2.944.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-validator": "^6.12.0",
"fetch": "^1.1.0",
"flask": "^0.2.10",
"fs": "0.0.1-security",
"line-reader": "^0.4.0",
"node-cmd": "^4.0.0",
"node-fetch": "^2.6.1",
"python-shell": "^3.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}