-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.27 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.27 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "api-rest-iot",
"version": "1.0.0",
"description": "Aplicación Node.js RESTful API Proyecto de Seguridad",
"main": "index.js",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-csp-header": "^4.0.0",
"express-handlebars": "^4.0.4",
"helmet": "^4.1.0",
"helmet-csp": "^3.1.0",
"honeypot": "0.0.2",
"i": "^0.3.6",
"jose": "^1.28.0",
"jsonwebtoken": "^8.5.1",
"jwt-simple": "^0.5.6",
"localtunnel": "^2.0.0",
"localtunnel-secure-server": "^0.1.1",
"moment": "^2.25.3",
"mongoose": "^5.9.13",
"morgan": "^1.10.0",
"nodemon": "^2.0.3",
"npm": "^6.14.8",
"passport": "^0.4.1",
"passport-http": "^0.3.0",
"swagger-jsdoc": "^4.0.0",
"swagger-ui-express": "^4.1.4",
"uuid": "^8.3.0",
"winston": "^3.3.3",
"winston-loggly-bulk": "^3.1.1",
"yamljs": "^0.3.0"
},
"devDependencies": {},
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"iot",
"restful",
"api"
],
"author": "Homero Torrijos",
"license": "MIT"
}