forked from marcus-garvey/homie-device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 833 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
{
"name": "homie-device",
"description": "Homie Device for NodeJS",
"version": "0.4.0",
"author": {
"name": "Loren West",
"email": "[email protected]",
"url": "https://github.com/lorenwest"
},
"main": "./lib/homieDevice",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/microclimates/homie-device.git"
},
"keywords": ["Homie","MQTT","IoT","RaspberryPi","Mosquitto","HiveMQ","WebSphereMQ","ActiveMQ","RabbitMQ"],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"chai": "^4.1.1",
"mocha": "^3.5.0",
"proxyquire": "^1.8.0",
"watch": "^1.0.2"
},
"dependencies": {
"lodash": "^4.13.1",
"mqtt": "^2.11.0"
},
"scripts": {
"watch": "watch 'npm run test' .",
"test": "mocha"
}
}