mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
upm: updated package.json fields with required and extra details for npm publication
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
c6386269ef
commit
e9679e0982
@ -1,9 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name" : "jsupm_@libname@",
|
"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",
|
"main" : "./jsupm_@libname@.node",
|
||||||
"version" : "@upm_VERSION_STRING@",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/intel-iot-devkit/upm"
|
||||||
|
},
|
||||||
"engines" : {
|
"engines" : {
|
||||||
"node": ">= 0.10.x"
|
"node": ">= 0.10.x"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user