20 lines
No EOL
403 B
JSON
20 lines
No EOL
403 B
JSON
{
|
|
"type": "module",
|
|
"name": "leds",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@ssh.gitdab.com:jane/leds"
|
|
},
|
|
"author": "jane@j4.pm",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"rpi-ws281x": "^1.0.36"
|
|
}
|
|
} |