-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.27 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "iot-client",
"version": "2.8.12",
"description": "IOT client implementation with an extensible architecture for multiple sensors",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"iotclient": "app/index.js"
},
"keywords": [
"iot",
"client",
"raspberry pi"
],
"author": "Vamshi Ponnapalli <[email protected]>",
"license": "ISC",
"dependencies": {
"clone": "^1.0.2",
"iot-client-lib": "^3.1.1",
"macaddress": "^0.2.8",
"mqtt": "^1.6.1",
"node-clone": "^0.1.1",
"pi-gpio": "0.0.8",
"pm2": "^1.0.1",
"q": "^1.4.1",
"serialport": "^1.7.4",
"shortid": "^2.2.6",
"spi": "^0.2.0",
"touch": "^1.0.0",
"unirest": "^0.4.2",
"winston": "^2.1.1",
"winston-daily-rotate-file": "^1.0.1",
"yargs": "^3.27.0"
},
"devDependencies": {
"colors": "^1.1.2",
"prompt": "^0.2.14"
},
"optionalDependencies": {
"wiring-pi": "^2.1.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vamship/iot-client.git"
},
"bugs": {
"url": "https://github.com/vamship/iot-client/issues"
},
"homepage": "https://github.com/vamship/iot-client#readme"
}