nodejs-nxt
Version:
Library for LEGO MINDSTORMS NXT
28 lines (27 loc) • 533 B
JSON
{
"name": "nodejs-nxt",
"author": "Sahithyen Kanaganayagam",
"description": "Library for LEGO MINDSTORMS NXT",
"keywords": [
"lego",
"mindstorms",
"nxt",
"library"
],
"repository": {
"type": "git",
"url": "https://github.com/sahithyen/nodejs-nxt.git"
},
"license": "GPLv3",
"dependencies": {
"serialport": "^7.1.5"
},
"version": "0.9.4",
"main": "./nxt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"jshintConfig": {
"esnext": true
}
}