2022-02-23 21:55:13 +01:00
|
|
|
{
|
|
|
|
"name": "opencountdown",
|
2022-03-27 13:50:24 +02:00
|
|
|
"version": "1.0.1",
|
2022-02-23 21:55:13 +01:00
|
|
|
"description": "An opensource countdown",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "TheGreydiamond",
|
2022-03-11 08:10:06 +01:00
|
|
|
"license": "LGPL-3.0",
|
2022-02-23 21:55:13 +01:00
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "^1.19.2",
|
2022-02-25 22:24:45 +01:00
|
|
|
"bootstrap": "^5.1.3",
|
2022-03-20 18:41:05 +01:00
|
|
|
"bootstrap-duration-picker": "^2.1.3",
|
2022-02-25 22:24:45 +01:00
|
|
|
"bootstrap-icons": "^1.8.1",
|
2022-02-27 23:40:33 +01:00
|
|
|
"darkreader": "^4.9.44",
|
2022-02-25 22:24:45 +01:00
|
|
|
"express": "^4.17.3",
|
|
|
|
"jquery": "^3.6.0",
|
2022-02-27 23:40:33 +01:00
|
|
|
"js-cookie": "^3.0.1",
|
2022-03-27 13:50:24 +02:00
|
|
|
"less": "^3.13",
|
2022-02-26 23:22:53 +01:00
|
|
|
"mdbootstrap": "^4.20.0",
|
2022-03-10 18:56:51 +01:00
|
|
|
"ws": "^8.5.0"
|
2022-02-23 21:55:13 +01:00
|
|
|
}
|
|
|
|
}
|