17 lines
366 B
JSON
17 lines
366 B
JSON
|
{
|
||
|
"name": "es.verdnatura.worker-time-control",
|
||
|
"displayName": "Fichador",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Fichador",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Verdnatura Levante SL",
|
||
|
"license": "GPL-3.0",
|
||
|
"dependencies": {
|
||
|
"fastclick": "^1.0.6",
|
||
|
"jquery": "^3.6.0"
|
||
|
}
|
||
|
}
|