-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 950 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
{
"author": "Javier Sánchez Ochando <[email protected]>",
"bugs": "https://github.com/hitbits/rpi-relay-keyes-sr1y/issues",
"description": "Relay Module Keyes SR1y on Raspberry Pi",
"contributors": "Javier Sánchez Ochando <[email protected]>",
"dependencies": {
"johnny-five": "1.0.x",
"raspi-io": "9.0.x"
},
"devDependencies": {
"eslint": "5.9.x"
},
"engines": {
"node": "10.14.x"
},
"homepage": "https://github.com/hitbits/rpi-relay-keyes-sr1y",
"keywords": [
"raspberry-pi",
"johnny-five",
"relay",
"keyes-SR1y"
],
"main": "src/server.js",
"maintainers": "Javier Sánchez Ochando <[email protected]>",
"name": "rpi-relay-keyes-sr1y",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hitbits/rpi-relay-keyes-sr1y.git"
},
"scripts": {
"lint": "eslint src/",
"start": "node src/server.js"
},
"version": "0.1.0"
}