UNPKG

abstract-io

Version:

An interface and base class for creating Johnny-Five IO plugins

36 lines (35 loc) 878 B
{ "name": "abstract-io", "version": "1.6.0", "description": "An interface and base class for creating Johnny-Five IO plugins", "main": "dist/index.js", "types": "./declarations/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prebuild": "tslint 'src/**/*.ts'", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/nebrius/abstract-io.git" }, "keywords": [ "Johnny-Five", "Robotics", "IoT", "Arduino", "Raspberry Pi" ], "author": "Bryan Hughes <bryan@nebri.us>", "license": "MIT", "bugs": { "url": "https://github.com/nebrius/abstract-io/issues" }, "homepage": "https://github.com/nebrius/abstract-io#readme", "dependencies": {}, "devDependencies": { "@types/node": "^10.7.1", "tslint": "^5.11.0", "typescript": "^3.0.1" } }