57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "gpio",
|
|
"version": "0.2.7",
|
|
"author": {
|
|
"name": "Dominick Pham",
|
|
"email": "dominick@dph.am",
|
|
"url": "http://dph.am"
|
|
},
|
|
"description": "Talk to your Raspberry PI's general purpose inputs and outputs",
|
|
"keywords": [
|
|
"gpio",
|
|
"raspberry",
|
|
"pi"
|
|
],
|
|
"main": "./lib/gpio.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/EnotionZ/GpiO.git"
|
|
},
|
|
"devDependencies": {
|
|
"sinon": "*"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://raw.github.com/EnotionZ/GpiO/master/LICENSE"
|
|
}
|
|
],
|
|
"gitHead": "a8e3f5c72df067462b25343918af2718712cda17",
|
|
"bugs": {
|
|
"url": "https://github.com/EnotionZ/GpiO/issues"
|
|
},
|
|
"homepage": "https://github.com/EnotionZ/GpiO",
|
|
"_id": "gpio@0.2.7",
|
|
"scripts": {},
|
|
"_shasum": "bf386c88961efd0a4f6a0ff7167ac0ff3997eab9",
|
|
"_from": "gpio@*",
|
|
"_npmVersion": "2.5.1",
|
|
"_nodeVersion": "1.2.0",
|
|
"_npmUser": {
|
|
"name": "dph",
|
|
"email": "dominick@dph.am"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "dph",
|
|
"email": "dominick@dph.am"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "bf386c88961efd0a4f6a0ff7167ac0ff3997eab9",
|
|
"tarball": "https://registry.npmjs.org/gpio/-/gpio-0.2.7.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/gpio/-/gpio-0.2.7.tgz"
|
|
}
|