2021-10-19 08:52:45 +00:00
|
|
|
{
|
2023-08-23 10:54:58 +00:00
|
|
|
"name": "worker-time-control",
|
2023-08-22 11:46:00 +00:00
|
|
|
"version": "1.0.2",
|
2021-10-20 13:26:27 +00:00
|
|
|
"author": "Verdnatura Levante SL",
|
2023-08-23 10:54:58 +00:00
|
|
|
"description": "Verdnatura Time Control",
|
2021-10-20 13:26:27 +00:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-08-23 10:54:58 +00:00
|
|
|
"url": "https://gitea.verdnatura.es/verdnatura/worker-time-control"
|
2021-10-20 13:26:27 +00:00
|
|
|
},
|
2023-11-23 12:28:15 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "node proxy.js"
|
|
|
|
},
|
2023-08-23 10:54:58 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=14",
|
|
|
|
"npm": ">=8"
|
2021-10-19 08:52:45 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"fastclick": "^1.0.6",
|
2023-11-28 13:50:11 +00:00
|
|
|
"jquery": "^3.7.0"
|
2023-11-23 12:28:15 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"express": "^4.18.2",
|
|
|
|
"http-proxy-middleware": "^2.0.6"
|
2021-10-19 08:52:45 +00:00
|
|
|
}
|
|
|
|
}
|