wedo2
Version:
A library for controlling the Lego WeDo 2.0
33 lines (32 loc) • 628 B
JSON
{
"name": "wedo2",
"version": "2.0.1",
"description": "A library for controlling the Lego WeDo 2.0",
"main": "index.js",
"keywords": [
"bluetooth",
"ble",
"lego",
"WeDo",
"WeDo 2.0",
"Toy"
],
"author": "Valentin Heun <ok@valentinheun.com> (https://valentinheun.com)",
"maintainers": [],
"dependencies": {
"@abandonware/noble": "^1.9.2-7"
},
"repository": {
"type": "git",
"url": "git@github.com:vheun/wedo2.git"
},
"license": "MIT",
"os": [
"darwin",
"linux",
"win32"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}