Note that if you compile a 0.12.x version it'll still have 0.10.x as a min req but will likely not work with a 0.10.x interpreter Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
17 lines
623 B
CMake
17 lines
623 B
CMake
{
|
|
"name" : "mraa",
|
|
"description": "IO library that helps you use I2c, SPI, gpio, uart, pwm, analog inputs (aio) and more on a number of platforms such as the Intel galileo, the Intel edison and others",
|
|
"keywords":["gpio", "edison","galileo","io", "mraajs", "spi", "i2c", "minnow", "intel"],
|
|
"homepage": "http://github.com/intel-iot-devkit/mraa",
|
|
"main" : "./mraa.node",
|
|
"engines": {
|
|
"node": ">= 0.10.x"
|
|
},
|
|
"bugs": {
|
|
"url" : "http://github.com/intel-iot-devkit/mraa/issues"
|
|
},
|
|
"license": "MIT",
|
|
"version": "@VERSION@",
|
|
"authors": "See github.com/intel-iot-devkit/mraa/graphs/contributors"
|
|
}
|