-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 870 Bytes
/
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
{
"name": "monitoreo-service",
"version": "1.0.0",
"description": "Servicio de monitoreo, controladores de tráfico Solutraffic",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "mocha -R spec src/**/*.js",
"build": "npm build ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zestian56/SIM-Monitoreo.git"
},
"author": "Zestian",
"license": "ISC",
"bugs": {
"url": "https://github.com/zestian56/SIM-Monitoreo/issues"
},
"homepage": "https://github.com/zestian56/SIM-Monitoreo#readme",
"dependencies": {
"express": "^4.16.3",
"http-status": "^1.1.0",
"mongodb": "^2.2.35",
"socket.io": "^2.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.1.1",
"nodemon": "^1.17.4",
"supertest": "^3.0.0"
}
}