19 lines
473 B
JSON
19 lines
473 B
JSON
{
|
|
"name": "spore-ledlab",
|
|
"version": "1.0.0",
|
|
"description": "LED Lab for streaming animations to SPORE nodes",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"dev": "node server/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": ["spore", "led", "animation", "streaming"],
|
|
"author": "SPORE Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"ws": "^8.14.2"
|
|
}
|
|
}
|