npm: added more potential sources to packages and other improvements

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2016-10-26 10:52:17 -07:00
parent 510df0fb15
commit e3c5042a5a
3 changed files with 40 additions and 6 deletions

20
src/package.json.npm.in Normal file
View File

@@ -0,0 +1,20 @@
{
"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"
}