-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
42 lines (42 loc) · 837 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
41
42
{
"name": "rpi-433",
"version": "2.1.0",
"description": "Simple NodeJS module to send and receive decimal codes through 433Mhz device on RaspberryPI 2",
"main": "index.js",
"dependencies": {
"q": "^1.4.1",
"underscore": "^1.8.3"
},
"repository": {
"type": "git",
"url": "git@github.com:eroak/rpi-433.git"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "mkdir ./build && cd ./src && /usr/bin/make"
},
"keywords": [
"raspberry",
"rasp",
"raspi",
"domotic",
"433mhz",
"sniffer",
"sniff",
"send",
"receive",
"nodejs",
"outlets",
"radio",
"code",
"wiringpi",
"rc",
"gpio"
],
"author": {
"name": "eroak",
"email": "mr.eroak@gmail.com"
},
"license": "ISC"
}