-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 KB
/
package.json
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
{
"name": "ProximiThingsServer",
"version": "1.0.0",
"description": "ProximiThings Server is a FIWARE-enabled component that allows IoT systems integrate proxemics interaction.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faxterol/ProximiThings-Server"
},
"keywords": [
"FIWARE",
"API",
"Proxemics Interaction",
"IoT"
],
"author": "Luis Carlos Cárdenas",
"bugs": {
"url": "https://github.com/faxterol/ProximiThings-Server/issues"
},
"homepage": "https://github.com/faxterol/ProximiThings-Server/blob/master/README.md",
"devDependencies": {
"nodemon": "^1.11.0"
},
"dependencies": {
"agenda": "0.9.1",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-validator": "^3.2.0",
"lodash": "^4.17.4",
"mongoose": "^4.10.2",
"morgan": "^1.8.2",
"mqtt": "^2.9.0",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"rotating-file-stream": "^1.2.2"
}
}