kryten
Version:
A wrapper for johnny-five that lets you define/re-configure a board using JSON and then generates schemaform.io schema for controlling it.
20 lines • 490 B
JSON
{
"name": "kryten",
"version": "1.0.13",
"description": "",
"main": "index.js",
"repository": "virgilvox/kryten-j5",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "virgilvox <moheeb.zara@citrix.com> (http://app.octoblu.com/)",
"license": "ISC",
"dependencies": {
"coffee-script": "^1.10.0",
"debug": "^2.2.0",
"johnny-five": "^0.9.27",
"lodash": "^4.6.1",
"oled-font-5x7": "^1.0.0",
"oled-js": "^4.0.1"
}
}