22 lines
450 B
JSON
Raw Normal View History

2020-09-11 12:42:13 +01:00
{
"name": "test_1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2020-09-12 17:26:47 +01:00
"fs": "0.0.1-security",
2020-09-12 11:42:02 +01:00
"got": "^11.6.2",
"http": "0.0.1-security",
2020-09-14 12:11:37 +01:00
"moment": "^2.28.0",
2020-09-12 17:26:47 +01:00
"onoff": "^6.0.0",
"pigpio": "^3.2.3",
"raspberrypi-liquid-crystal": "^1.15.0",
"socket.io": "^2.3.0"
2020-09-11 12:42:13 +01:00
}
}