-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
37 lines (37 loc) · 987 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
{
"name": "TokensaleNodeApi",
"version": "1.0.0",
"description": "This is token sale dashboard node app",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "~6.1.4",
"async": "^2.5.0",
"body-parser": "^1.17.2",
"dotenv": "~4.0.0",
"express": "4.15.4",
"express-fileupload": "^0.1.3",
"express-handlebars": "3.0.0",
"express-rate-limit": "2.9.0",
"express-validator": "^3.2.0",
"fs": "0.0.1-security",
"helmet": "3.8.1",
"jsonwebtoken": "7.4.3",
"moment": "^2.18.1",
"mongoose": "4.11.5",
"morgan": "^1.8.2",
"nodemailer": "4.1.3",
"nodemailer-sendgrid-transport": "~0.2.0",
"nodemailer-sendgridv3-transport": "0.0.5",
"nodemon": "^1.11.0",
"promise": "^8.0.0",
"request": "2.81.0",
"underscore": "^1.8.3",
"util": "^0.10.3"
}
}