-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 885 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
37
38
39
{
"name": "mmm-ceccontrol",
"version": "1.4.1",
"description": "Control TV",
"main": "MMM-CECControl.js",
"scripts": {
"test": "npx jamsine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nischi/MMM-CECControl.git"
},
"keywords": [
"cec",
"control",
"tv",
"mmm",
"magic",
"mirror"
],
"author": "Thierry Nischelwitzer",
"license": "MIT",
"bugs": {
"url": "https://github.com/nischi/MMM-CECControl/issues"
},
"homepage": "https://github.com/nischi/MMM-CECControl#readme",
"dependencies": {
"python-shell": "^1.0.7"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jasmine": "^3.5.0"
}
}