-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "cmx-socket-indoor-location-emitter",
"version": "1.0.0",
"description": "Node.js server to provide indoorLocation from Cisco CMX",
"engines": {
"node": "6.11.1",
"npm": "5.4.2"
},
"scripts": {
"start-listener": "node cmx-listener/app.js",
"start-emitter": "node cmx-emitter/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IndoorLocation/cmx-socket-indoor-location-emitter.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/IndoorLocation/cmx-socket-indoor-location-emitter/issues"
},
"homepage": "https://github.com/IndoorLocation/cmx-socket-indoor-location-emitter#readme",
"dependencies": {
"@mapbox/sphericalmercator": "1.0.5",
"async": "2.5.0",
"axios": "0.17.0",
"body-parser": "1.18.2",
"commander": "2.11.0",
"express": "4.16.2",
"ioredis": "3.1.4",
"lodash": "4.17.4",
"mongodb": "2.2.33",
"request": "2.83.0",
"socket.io": "2.0.3",
"utf8": "2.1.2"
}
}