Home | History | Annotate | Download | only in javascript
      1 {
      2   "name" : "mraa",
      3   "description": "IO library that helps you use I2c, SPI, gpio, uart, pwm, analog inputs (aio) and more on a number of platforms such as the Intel galileo, the Intel edison and others",
      4   "keywords":["gpio", "edison","galileo","io", "mraajs", "spi", "i2c", "minnow", "intel"],
      5   "homepage": "http://github.com/intel-iot-devkit/mraa",
      6   "main" : "./mraa.node",
      7   "engines": {
      8     "node": ">= 0.10.x"
      9   },
     10   "bugs": {
     11     "url" : "http://github.com/intel-iot-devkit/mraa/issues"
     12   },
     13   "license": "MIT",
     14   "version": "@VERSION@",
     15   "authors": "See github.com/intel-iot-devkit/mraa/graphs/contributors"
     16 }
     17