blob: 278d95d90160c022612b06201ea3bdc9574270d3 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001{
2 "name": "hores",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.php",
6 "directories": {
7 "lib": "lib"
8 },
9 "dependencies": {
10 "datatables": "^1.10.18",
11 "dialog-polyfill": "^0.5.4",
12 "material-design-lite": "^1.3.0",
13 "mdl-ext": "^0.17.1",
Renovate bot650e6672024-02-09 00:15:10 +000014 "material-icons": "^1.0.0"
Copybara botbe50d492023-11-30 00:16:42 +010015 },
16 "devDependencies": {},
17 "scripts": {
18 "test": "echo \"Error: no test specified\" && exit 1"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/avm99963/hores-external.git"
23 },
24 "author": "Adrià Vilanova Martínez (avm99963)",
25 "license": "SEE LICENSE IN LICENSE",
26 "bugs": {
27 "url": "https://iavm.xyz/b/hores"
28 },
29 "homepage": "https://github.com/avm99963/hores-external#readme"
30}