-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
88 lines (88 loc) · 2.05 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@mdslab/iotronic-standalone",
"version": "2.3.6",
"description": "IoTronic-standalone is the implementation of a personal Cloud to remote manage embedded devices (Arduino YUN/Linino One, Raspberry Pi 2/3, etc)",
"main": "lib/iotronic_standalone.js",
"scripts": {
"postinstall": "./scripts/postinst",
"uninstall": "./scripts/postuninst",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies":{
"nconf": "0.10.0",
"ip": "1.1.5",
"node-uuid":"1.4.8",
"autobahn": "18.10.2",
"ws":"6.1.0",
"express": "4.16.4",
"body-parser":"1.18.3",
"log4js":"1.1.1",
"q":"1.5.1",
"requestify":"0.2.5",
"mysql":"2.16.0",
"ps-node":"0.1.6",
"bcrypt":"3.0.3",
"optimist":"0.6.1",
"cors":"2.8.4",
"nodemailer":"4.6.7",
"nodemailer-smtp-transport":"2.7.4",
"jsonwebtoken": "8.3.0",
"swagger-jsdoc":"1.9.7",
"md5":"2.2.1",
"crypto":"1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/MDSLab/s4t-iotronic-standalone.git"
},
"keywords": [
"cloud",
"IoT",
"Arduino",
"Raspberry",
"WAMP",
"tunnel",
"reverse",
"WebSocket"
],
"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": [
{
"type": "Apache-2.0",
"url": "https://github.com/MDSLab/s4t-iotronic-standalone/LICENSE"
}
],
"bugs": {
"url": "https://github.com/MDSLab/s4t-iotronic-standalone/issues"
},
"homepage": "https://github.com/MDSLab/s4t-iotronic-standalone",
"bin": {
"iotronic": "./bin/server"
}
}