UNPKG

453 BJSONView Raw
1{
2 "name": "gpio",
3 "description": "Talk to your Raspberry PI's general purpose inputs and outputs",
4 "author": {
5 "name": "Dominick Pham",
6 "email": "dominick@dph.am",
7 "url": "http://dph.am"
8 },
9 "keywords": ["gpio", "raspberry", "pi"],
10 "version": "0.2.3",
11 "main": "./lib/gpio.js",
12 "repository": "git://github.com/EnotionZ/GpiO.git",
13 "licenses": [
14 {
15 "type": "MIT",
16 "url": "https://raw.github.com/EnotionZ/GpiO/master/LICENSE"
17 }
18 ]
19}
20