summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/package.json.in
blob: f7c68cd82ade20d976312bfa23fef6c594a4546f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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",
  "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"
  },
  "dependencies": {
  "mraa": ">=@MRAA_VERSION@"
  },
  "license": "MIT",
  "version" : "@upm_VERSION_STRING@",
  "authors": "See http://github.com/intel-iot-devkit/upm/graphs/contributors"
}