-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
41 lines (41 loc) · 1.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
{
"name": "nCube-thyme-Nodejs",
"version": "2.5.0",
"description": "oneM2M Client",
"main": "thyme.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"cbor": "^7.0.5",
"coap": "^0.24.0",
"express": "^4.17.1",
"ip": "^1.1.5",
"js2xmlparser": "^4.0.1",
"moment": "^2.29.4",
"mqtt": "^4.2.6",
"nanoid": "^3.2.0",
"node-gyp-build": "^4.2.3",
"websocket": "^1.0.34",
"xml2js": "^0.4.23",
"shortid": "^2.2.16"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://IoTKETI@github.com/IoTKETI/nCube-Thyme-Nodejs.git"
},
"keywords": [
"oneM2M",
"nCube",
"Mobius"
],
"author": "Il Yeup, Ahn (KETI)",
"license": "BSD 3-clause",
"bugs": {
"url": "https://github.com/IoTKETI/nCube-Thyme-Nodejs/issues"
},
"homepage": "https://github.com/IoTKETI/nCube-Thyme-Nodejs#readme"
}