-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
38 lines (38 loc) · 897 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
35
36
37
38
{
"name": "Mobius",
"version": "2.4.36",
"dependencies": {
"body-parser": "^1.18.3",
"cbor": "^4.1.3",
"coap": "^0.22.0",
"cors": "^2.8.5",
"crypto": "1.0.1",
"events": "^3.0.0",
"express": "^4.16.4",
"file-stream-rotator": "0.4.1",
"fs": "0.0.2",
"http": "0.0.0",
"https": "^1.0.0",
"ip": "^1.1.5",
"js2xmlparser": "^3.0.0",
"merge": "^1.2.1",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"mqtt": "^2.18.8",
"mysql": "^2.16.0",
"shortid": "^2.2.14",
"url": "^0.11.0",
"util": "^0.11.1",
"websocket": "^1.0.28",
"xml2js": "^0.4.19",
"xmlbuilder": "^10.1.1"
},
"description": "Mobius",
"main": "mobius.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Il Yeup Ahn, IoT Platform Center, KETI",
"license": "BSD-3-Clause"
}