2021-05-25 18:35:34 +00:00
|
|
|
{
|
|
|
|
"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",
|
2021-05-26 01:55:56 +00:00
|
|
|
"license": "UNLICENSED",
|
|
|
|
"dependencies": {
|
2021-05-26 02:17:33 +00:00
|
|
|
"rpi-ws281x": "^1.0.36"
|
2021-05-26 01:55:56 +00:00
|
|
|
}
|
2021-05-25 18:35:34 +00:00
|
|
|
}
|