-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 764 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 764 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
{
"name": "testapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"code": "^5.1.2",
"emailjs": "^1.0.12",
"express": "^4.16.2",
"jsonwebtoken": "^8.1.0",
"moment": "^2.19.3",
"nodemailer": "^4.4.0",
"seneca": "^3.4.3",
"seneca-basic": "^0.5.1",
"seneca-cache": "^0.1.4",
"seneca-entity": "^2.0.2",
"seneca-jwt": "^2.0.2",
"seneca-mongo-store": "^1.1.0",
"seneca-token": "^0.1.3",
"seneca-user": "^2.1.1",
"seneca-web": "^2.1.0",
"seneca-web-adapter-express": "^1.0.2",
"seneca-web-http-status": "^1.0.4"
}
}