Home | History | Annotate | Download | only in src
      1 {
      2   "name" : "jsupm_@libname@",
      3   "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.",
      4   "keywords":["intel", "edison", "galileo", "minnow", "io", "mraajs", "upmjs", "gpio", "spi", "i2c", "uart", "aio", "sensor", "actuator"],
      5   "homepage": "http://github.com/intel-iot-devkit/upm",
      6   "main" : "./jsupm_@libname@.node",
      7   "repository": {
      8   "type": "git",
      9   "url": "https://github.com/intel-iot-devkit/upm"
     10   },
     11   "engines" : {
     12     "node": ">= 0.10.x"
     13   },
     14   "bugs": {
     15     "url" : "http://github.com/intel-iot-devkit/upm/issues"
     16   },
     17   "dependencies": {
     18   "mraa": ">=@MRAA_VERSION@"
     19   },
     20   "license": "MIT",
     21   "version" : "@upm_VERSION_STRING@",
     22   "authors": "See http://github.com/intel-iot-devkit/upm/graphs/contributors"
     23 }
     24