node-poweredup/package.json
2018-06-11 17:20:55 +01:00

15 lines
359 B
JSON

{
"name": "node-lpf2",
"version": "1.0.0",
"description": "A Node.js module to interface with Lego Power Functions 2.0 components.",
"main": "lpf2.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nathan Kunicki <me@nathankunicki.com>",
"license": "MIT",
"dependencies": {
"noble": "^1.9.1"
}
}