forked from WiringPi/WiringPi-Node
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 788 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
{
"name": "node-wiring-pi",
"version": "0.0.5",
"description": "Bindings to native wiringPi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "/bin/bash ./install.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/rsg98/node-wiring-pi.git"
},
"keywords": [
"wiringPi",
"gpio",
"raspberry",
"pi",
"raspberrypi",
"bcm2835"
],
"author": "Richard Grime <richard.grime@gmail.com>",
"contributors": [
"Igor Soarez <igorsoarez@gmail.com>",
"Leandre Gohy <leandre.gohy@hexeo.be>",
"Eugene Ware <eugene@noblesamurai.com>"
],
"license": "BSD-3-Clause",
"dependencies": {
"nan": "^2.13.2",
"bindings" : "^1.5.0",
"node-gyp": "^3.8.0"
}
}