40 lines
868 B
JSON
40 lines
868 B
JSON
{
|
|
"name": "opencountdown",
|
|
"version": "1.0.7",
|
|
"description": "An opensource countdown",
|
|
"main": "startHandler.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron startHandler.js"
|
|
},
|
|
"author": "TheGreydiamond",
|
|
"license": "LGPL-3.0",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"bootstrap": "^5.3.1",
|
|
"bootstrap-duration-picker": "^2.1.3",
|
|
"bootstrap-icons": "^1.10.5",
|
|
"colors": "^1.4.0",
|
|
"darkreader": "^4.9.58",
|
|
"eta": "^1.14.2",
|
|
"express": "^4.19.2",
|
|
"flatpickr": "^4.6.13",
|
|
"jquery": "^3.7.0",
|
|
"js-cookie": "^3.0.1",
|
|
"less": "^4.1.3",
|
|
"mdbootstrap": "^4.20.0",
|
|
"open": "^8.4.0",
|
|
"underscore": "^1.13.6",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^25.9.8",
|
|
"electron-builder": "^24.6.3"
|
|
},
|
|
"build": {
|
|
"extraMetadata": {
|
|
"main": "startHandler.js"
|
|
}
|
|
}
|
|
}
|