-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "nasa-for-youth",
"version": "1.0.0",
"description": "nasa collaboration tools",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zuzukobaladze/2020-Apps-Challenge-Hackathon.git"
},
"author": "zurab kobaladze",
"license": "ISC",
"bugs": {
"url": "https://github.com/zuzukobaladze/2020-Apps-Challenge-Hackathon/issues"
},
"homepage": "https://github.com/zuzukobaladze/2020-Apps-Challenge-Hackathon#readme",
"dependencies": {
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.3",
"email-deep-validator": "^3.3.0",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"nanoid": "^3.1.12",
"node-fetch": "^2.6.0",
"nodemailer": "^6.4.11",
"pg": "^8.3.0",
"pg-hstore": "^2.3.3",
"save-dev": "0.0.1-security",
"sequelize": "^6.3.4",
"uuid": "^8.3.0",
"nodemon": "^2.0.4"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}