npm: add node-gyp build support
[contrib/mraa.git] / src / javascript / package.json.cmake
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
7
8   "repository" : {
9     "type" : "git",
10     "url" : "http://github.com/intel-iot-devkit/mraa.git"
11   },
12   "main" : "./mraa.node",
13   "engines": {
14     "node": ">= 1.0.x"
15   },
16   "bugs": {
17     "url" : "http://github.com/intel-iot-devkit/mraa/issues"
18   },
19   "license": "MIT",
20   "version": "@VERSION@",
21   "authors": "See github.com/intel-iot-devkit/mraa/graphs/contributors"
22 }