-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 958 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 958 Bytes
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": "profile-mail",
"version": "1.0.0",
"description": "simple node.js / express mail server for my profile page",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExplodedZombie/profile-mail.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ExplodedZombie/profile-mail/issues"
},
"homepage": "https://github.com/ExplodedZombie/profile-mail#readme",
"dependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"crypto-js": "^3.1.9-1",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-jwt": "^5.3.1",
"hoek": "^5.0.3",
"https-proxy-agent": "^2.2.1",
"jsonwebtoken": "^8.1.0",
"locus": "^2.0.1",
"moment": "^2.22.2",
"newrelic": "^2.4.0",
"nodemailer": "^4.3.1",
"pug": "^2.0.0-rc.4",
"supertest": "^3.0.0"
}
}