UNPKG

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