-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 913 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
40
{
"name": "b1-to-b0-convertor",
"version": "1.0.0",
"description": "JavaScript version of the python script BitBucketConverter.py useful for sending raw RF signals via Tasmota and Portisch on the Sonoff RF Bridge.",
"keywords": [
"b1",
"b0",
"convertor",
"b1-to-b0",
"sonoff",
"rf",
"bridge",
"tasmota",
"portisch",
"hassio",
"homeassistant",
"RFsend",
"rfraw",
"mqtt"
],
"author": "François Massart",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/francoismassart/0xB1-to-0xB0.git"
},
"bugs": {
"url": "https://github.com/francoismassart/0xB1-to-0xB0/issues"
},
"homepage": "https://www.npmjs.com/package/b1-to-b0-convertor",
"files": ["index.js"],
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.4.0"
},
"license": "MIT"
}