summaryrefslogtreecommitdiff
path: root/peripheral/libmraa/src/javascript/package.json.cmake
blob: 8dee7a7b99d504106a45b8108058ab81896ba056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name" : "mraa",
  "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",
  "keywords":["gpio", "edison","galileo","io", "mraajs", "spi", "i2c", "minnow", "intel", "firmata"],
  "homepage": "http://github.com/intel-iot-devkit/mraa",
  "main" : "./mraa.node",
  "engines": {
    "node": ">= 0.10.x"
  },
  "bugs": {
    "url" : "http://github.com/intel-iot-devkit/mraa/issues"
  },
  "license": "MIT",
  "version": "@VERSION@",
  "authors": "See github.com/intel-iot-devkit/mraa/graphs/contributors"
}