forked from IoTKETI/Mobius
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 986 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 986 Bytes
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
{
"name": "Mobius",
"version": "2.0.0",
"dependencies": {
"body-parser": "^1.17.0",
"cbor": "^3.0.0",
"coap": "^0.21.0",
"crypto": "0.0.3",
"dateformat": "^3.0.2",
"events": "^1.1.1",
"express": "^4.15.1",
"file-stream-rotator": "0.1.0",
"fs": "0.0.2",
"http": "0.0.0",
"https": "^1.0.0",
"https-proxy-agent": "^2.1.0",
"ip": "^1.1.5",
"js2xmlparser": "^3.0.0",
"merge": "^1.2.0",
"moment": "^2.17.1",
"morgan": "^1.8.1",
"mqtt": "^2.9.1",
"mysql": "^2.13.0",
"shortid": "^2.2.6",
"url": "^0.11.0",
"util": "^0.10.3",
"websocket": "^1.0.24",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.7.2",
"xml2js": "^0.4.17",
"xmlbuilder": "^9.0.1"
},
"description": "Mobius:Yellow Turtle",
"main": "mobius.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Il Yeup Ahn, KETI",
"license": "ISC"
}