mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 23:47:31 +03:00
21 lines
799 B
Plaintext
21 lines
799 B
Plaintext
![]() |
{
|
||
|
"name" : "jsupm_@libname@",
|
||
|
"description": "Sensor library based on MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others.",
|
||
|
"keywords":["intel", "edison", "galileo", "minnow", "io", "mraajs", "upmjs", "gpio", "spi", "i2c", "uart", "aio", "sensor", "actuator"],
|
||
|
"homepage": "http://github.com/intel-iot-devkit/upm",
|
||
|
"main" : "./build/Release/jsupm_@libname@.node",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/intel-iot-devkit/upm"
|
||
|
},
|
||
|
"engines" : {
|
||
|
"node": ">= 0.10.x"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url" : "http://github.com/intel-iot-devkit/upm/issues"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"version" : "@upm_VERSION_STRING@",
|
||
|
"authors": "See http://github.com/intel-iot-devkit/upm/graphs/contributors"
|
||
|
}
|