16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"name": "node-legodimensions",
|
|
"version": "1.0.0",
|
|
"description": "Lego Dimensions",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Nathan Kunicki <me@nathankunicki.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^2.6.0",
|
|
"node-hid": "^0.5.2"
|
|
}
|
|
}
|