2014-06-05 00:20:22 +00:00
|
|
|
{
|
|
|
|
"name": "noccylabs/linux-gpio",
|
|
|
|
"description": "Linux GPIO wrapper with interrupt support",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Christopher Vagnetoft",
|
|
|
|
"email": "cvagnetoft@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2014-06-06 17:50:17 +00:00
|
|
|
"noccylabs/sansi": "dev-master"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"NoccyLabs\\Gpio\\": "lib/"
|
|
|
|
}
|
2014-06-05 00:20:22 +00:00
|
|
|
}
|
|
|
|
}
|