-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
42 lines (42 loc) · 1.33 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
42
{
"name": "meraki-socket-indoor-location-emitter",
"version": "1.0.0",
"description": "Node.js server to provide indoorLocation from Cisco Meraki",
"engines": {
"npm": "3.10.10",
"node": "6.12.2"
},
"scripts": {
"start-listener": "node meraki-listener/app.js",
"start-emitter": "node meraki-emitter/app.js",
"start-configurator-extract": "node meraki-configurator/extractFromMeraki.js",
"start-configurator-upload": "node meraki-configurator/uploadToMapwize.js",
"start-configurator-configure": "node meraki-configurator/configureFromMapwize.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IndoorLocation/meraki-socket-indoor-location-emitter.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/IndoorLocation/meraki-socket-indoor-location-emitter/issues"
},
"homepage": "https://github.com/IndoorLocation/meraki-socket-indoor-location-emitter#readme",
"dependencies": {
"async": "2.5.0",
"body-parser": "1.18.2",
"express": "4.16.2",
"ioredis": "3.1.4",
"lodash": "4.17.4",
"socket.io": "2.0.3",
"utf8": "2.1.2",
"mapwize-node-api": "0.1.63",
"chalk": "2.3.0",
"commander": "2.13.0",
"sphericalmercator": "1.0.5",
"request": "2.83.0",
"image-size": "0.6.2",
"xml2json": "0.11.0"
}
}