-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1.02 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
{
"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",
"mqtt": "^4.2.6",
"node-gyp-build": "^4.2.3",
"shortid": "^2.2.16",
"websocket": "^1.0.34",
"xml2js": "^0.4.23"
},
"devDependencies": {},
"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"
}