node-legodimensions/package.json
2018-02-05 21:54:45 +00:00

16 lines
367 B
JSON

{
"name": "node-legodimensions",
"version": "1.0.1",
"description": "Lego Dimensions ToyPad library for Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nathan Kunicki <me@nathankunicki.com>",
"license": "MIT",
"dependencies": {
"debug": "^3.1.0",
"node-hid": "^0.7.2"
}
}