-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 775 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
{
"name": "lwm2m-bs-server",
"version": "0.0.4",
"description": "Bootstrap server of lightweight M2M (LWM2M).",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PeterEB/lwm2m-bs-server.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/PeterEB/lwm2m-bs-server/issues"
},
"homepage": "https://github.com/PeterEB/lwm2m-bs-server#readme",
"dependencies": {
"busyman": "^0.3.0",
"coap": "^0.21.0",
"lwm2m-codec": "0.1.1",
"lwm2m-id": "^1.6.2",
"nedb": "^1.8.0",
"network": "^0.3.2"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"sinon": "^4.1.2",
"sinon-chai": "^2.14.0"
}
}