forked from akoshek/cloud-recovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 892 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
{
"name": "cloud-recovery",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmedkoshek/cloud-recovery.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmedkoshek/cloud-recovery/issues"
},
"homepage": "https://github.com/ahmedkoshek/cloud-recovery#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.15.5",
"express-session": "^1.15.5",
"method-override": "^2.3.9",
"mongodb": "^2.2.31",
"passport": "^0.4.0",
"passport-github2": "^0.1.10",
"passport-google-oauth": "^1.0.0",
"python-shell": "^0.4.0"
}
}