-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (32 loc) · 859 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": "pagina-institucional-essence",
"version": "1.0.0",
"description": "Pagina Institucional da empresa Essence Assessoria",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"watch": "nodemon ./server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diegoessence/Pagina-Institucional-Essence.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/diegoessence/Pagina-Institucional-Essence/issues"
},
"homepage": "https://github.com/diegoessence/Pagina-Institucional-Essence#readme",
"dependencies": {
"express": "^4.17.1",
"node": "^14.4.0",
"nodemailer": "^6.4.8",
"nodemailer-mailgun-transport": "^2.0.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}