-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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
{
"name": "lirc-client",
"version": "2.0.0",
"description": "Connect to LIRC Daemon (Infrared)",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=6.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hobbyquaker/lirc-client"
},
"keywords": [
"lirc",
"lircd",
"infrared",
"remote",
"control",
"client"
],
"author": "Sebastian Raff <[email protected]> (https://hobbyquaker.github.io)",
"contributors": [
"Vincent Trumpff (https://github.com/vincent-tr)",
"Johann Richard (https://github.com/johannrichard)",
"Kimberly Zick (https://github.com/rummik)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hobbyquaker/lirc-client/issues"
},
"homepage": "https://github.com/hobbyquaker/lirc-client",
"devDependencies": {
"camo-purge": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-concat": "latest",
"grunt-jsdoc-to-markdown": "latest",
"grunt-shell": "latest",
"grunt-xo": "latest",
"xo": "latest"
},
"xo": {
"space": 4
}
}