-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 831 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
{
"name": "webmonitor-server2",
"version": "1.0.0",
"description": "Webmonitor2 using JWT authentication method",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/JamesGu14/webmonitor-server2.git"
},
"keywords": [
"express"
],
"author": "James Gu",
"license": "MIT",
"bugs": {
"url": "https://github.com/JamesGu14/webmonitor-server2/issues"
},
"homepage": "https://github.com/JamesGu14/webmonitor-server2",
"dependencies": {
"body-parser": "^1.15.2",
"boom": "^3.2.2",
"confidence": "^3.0.1",
"express": "^4.14.0",
"jwt-simple": "^0.5.0",
"lodash": "^4.14.2",
"moment": "^2.14.1",
"mongoose": "^4.5.8",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1"
}
}