-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 931 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
{
"name": "salvador",
"version": "1.0.0",
"description": "1. Planetary.js\r 2. Models\r 3. Tensorflow.js\r 4. Chart.js data showing\r 5. Text message set up",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start" : "node app.js"
},
"author": "Vishal Agarwal",
"license": "ISC",
"dependencies": {
"assert": "^1.4.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"mongodb": "^3.1.6",
"mongoose": "^5.3.1",
"nexmo": "^2.4.0",
"node-import": "^0.9.2",
"nodemailer": "^4.6.8",
"nodemon": "^1.18.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"sendotp": "^1.2.9",
"socker.io": "0.0.0-alpha-beta",
"socket.io": "^2.1.1",
"socketio": "^1.0.0"
},
"devDependencies": {},
"keywords": [
"Salvador",
"Code",
"Fun",
"Do++"
]
}