2014-06-11 13:54:19 +01:00
{
"name" : "jsupm_@libname@" ,
2015-09-21 17:26:14 -07:00
"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" ,
2014-06-11 13:54:19 +01:00
"main" : "./jsupm_@libname@.node" ,
2015-09-21 17:26:14 -07:00
"repository" : {
"type" : "git" ,
"url" : "https://github.com/intel-iot-devkit/upm"
} ,
2014-08-26 14:17:32 +01:00
"engines" : {
2014-12-01 10:19:06 -02:00
"node" : ">= 0.10.x"
2014-06-11 13:54:19 +01:00
} ,
2015-09-21 17:26:14 -07:00
"bugs" : {
"url" : "http://github.com/intel-iot-devkit/upm/issues"
} ,
"dependencies" : {
2015-09-23 11:35:35 -07:00
"mraa" : ">=@MRAA_VERSION@"
2015-09-21 17:26:14 -07:00
} ,
"license" : "MIT" ,
"version" : "@upm_VERSION_STRING@" ,
"authors" : "See http://github.com/intel-iot-devkit/upm/graphs/contributors"
2014-06-11 13:54:19 +01:00
}