-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
59 lines (59 loc) · 1.35 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
56
57
58
59
{
"name": "homeduino",
"version": "0.0.71",
"description": "Node.js library for interfacing with the homeduino ardunio library",
"main": "index.js",
"files": [
"bin",
"lib",
"test",
"src",
"gulpfile.coffee",
"gulpfile.js",
"index.js",
"LICENSE",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node -e \"require('fs').chmodSync('bin/vhduino', '755')\""
},
"repository": {
"type": "git",
"url": "git://github.com/pimatic/homeduinojs.git"
},
"author": "Oliver Schneider <[email protected]>",
"contributors": [
"Ronald Steen <[email protected]>",
"Marcus Wittig <[email protected]>",
"Ronny Herzberg <[email protected]>"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/pimatic/homeduinojs/issues"
},
"bundledDependencies": [
"rfcontroljs",
"otaat-repl"
],
"dependencies": {
"bluebird": "^3.5.3",
"otaat-repl": "^1.0.2",
"rfcontroljs": "~0.0.61",
"serialport": "^6.2.2"
},
"devDependencies": {
"coffee-script": "^1.12.2",
"colors": "^1.1.2",
"gulp": "~3.9.1",
"gulp-coffee": "~2.3.3",
"gulp-plumber": "~1.1.0",
"gulp-watch": "~4.3.11"
},
"keywords": [
"pimatic",
"homeduino",
"home-automation",
"433mhz"
]
}