worker-time-control/package.json

17 lines
366 B
JSON
Raw Normal View History

2021-10-19 08:52:45 +00:00
{
"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"
}
}