-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 898 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
{
"name": "freebird-netcore-mqtt",
"version": "0.0.9",
"description": "Freebird netcore of mqtt (LWMQN)",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freebirdjs/freebird-netcore-mqtt.git"
},
"author": "Simen Li",
"license": "MIT",
"bugs": {
"url": "https://github.com/freebirdjs/freebird-netcore-mqtt/issues"
},
"homepage": "https://github.com/freebirdjs/freebird-netcore-mqtt#readme",
"devDependencies": {
"chai": "^3.5.0",
"debug": "^2.2.0",
"freebird": "^0.1.9",
"mocha": "^2.5.3",
"mqtt-node": "^0.6.9",
"network": "^0.3.2",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"smartobject": "^1.4.2"
},
"dependencies": {
"busyman": "^0.3.0",
"freebird-base": "^0.4.6",
"lwm2m-id": "^1.6.1",
"mqtt-shepherd": "^0.7.2"
}
}