UNPKG

mraa

Version:

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

35 lines (34 loc) 764 B
{ "name": "mraaStub", "version": "0.0.1", "description": "Enables simulation of mraa interfaces for testing purposes", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git+https://github.com/intel-iot-devkit/mraa.git" }, "keywords": [ "mraa", "iot", "intel", "libmraa", "test", "galileo", "edison" ], "author": "David A Antler <david.a.antler@intel.com>", "license": "MIT", "bugs": { "url": "https://github.com/intel-iot-devkit/mraa/issues" }, "homepage": "https://github.com/intel-iot-devkit/mraa#readme", "devDependencies": { "expect.js": "^0.3.1", "grunt": "^1.0.1", "grunt-mocha-test": "^0.12.7", "mocha": "^2.4.5" } }