upm/src/package.json.in
Mihai Tudor Panu fd707242a9 node: bumped dependency for node modules to v4.4.x
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-05-13 17:24:19 -07:00

24 lines
838 B
JSON

{
"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" : "./jsupm_@libname@.node",
"repository": {
"type": "git",
"url": "https://github.com/intel-iot-devkit/upm"
},
"engines" : {
"node": ">= 4.4.x"
},
"bugs": {
"url" : "http://github.com/intel-iot-devkit/upm/issues"
},
"dependencies": {
"mraa": ">=@MRAA_VERSION@"
},
"license": "MIT",
"version" : "@upm_VERSION_STRING@",
"authors": "See http://github.com/intel-iot-devkit/upm/graphs/contributors"
}