forked from serafernandez/soaFinal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 714 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 714 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
{
"name": "finalSOA",
"version": "1.0.0",
"description": "Proyecto de API Rest para domotica mediante mqtt",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fcabanilla",
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"connect-multiparty": "^2.0.0",
"cors": "^2.8.5",
"express": "^4.14.0",
"jwt-simple": "^0.5.1",
"moment": "^2.23.0",
"mongoose": "^4.7.4",
"mongoose-pagination": "^1.0.0",
"mqtt": "^2.18.8",
"safe-buffer": "^5.1.2",
"safer-buffer": "^2.1.2"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}