-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
74 lines (74 loc) · 1.74 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@mdslab/iotronic-lightning-rod",
"version": "2.3.6",
"description": "Implementation of the Lightning-rod, the Stack4Things node-side probe (this version works with the standalone version of IoTronic) http://stack4things.unime.it/",
"main": "lightning-rod.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "node lightning-rod.js",
"postinstall": "./scripts/postinst",
"uninstall": "./scripts/postuninst"
},
"dependencies": {
"autobahn": "<=18.10.2",
"ws":"<=6.1.0",
"connection-tester": "0.2.0",
"fs-access": "1.0.1",
"fuse-bindings": "2.8.1",
"is-running": "2.1.0",
"log4js": "1.1.1",
"mknod": "1.1.0",
"nconf": "0.10.0",
"q": "1.5.1",
"requestify": "0.2.5",
"md5":"2.2.1",
"python-shell":"0.5.0",
"net":"1.0.2",
"lsof":"0.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MDSLab/s4t-lightning-rod.git"
},
"keywords": [
"IoT",
"Stack4Things",
"s4t",
"Cloud",
"WAMP"
],
"author": "Nicola Peditto <[email protected]>",
"contributors": [
{
"name": "Dario Bruneo",
"email": "[email protected]"
},
{
"name": "Francesco Longo",
"email": "[email protected]"
},
{
"name": "Giovanni Merlino",
"email": "[email protected]"
},
{
"name": "Andrea Rocco Lotronto",
"email": "[email protected]"
},
{
"name": "Fabio Verboso",
"email": "[email protected]"
},
{
"name": "Carmelo Romeo",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MDSLab/s4t-lightning-rod/issues"
},
"homepage": "https://github.com/MDSLab/s4t-lightning-rod#readme"
}