openCountdown/package.json

35 lines
846 B
JSON
Raw Normal View History

2022-02-23 21:55:13 +01:00
{
"name": "opencountdown",
"version": "1.0.3",
2022-02-23 21:55:13 +01:00
"description": "An opensource countdown",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "nexe index.js --build",
"start": "electron newStartHandler.js"
2022-02-23 21:55:13 +01:00
},
"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-03-30 16:16:59 +02:00
"colors": "^1.4.0",
"darkreader": "^4.9.44",
2022-04-06 22:17:55 +02:00
"eta": "^1.12.3",
2022-02-25 22:24:45 +01:00
"express": "^4.17.3",
"flatpickr": "^4.6.11",
2022-02-25 22:24:45 +01:00
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"less": "^3.13",
2022-02-26 23:22:53 +01:00
"mdbootstrap": "^4.20.0",
"open": "^8.4.0",
2022-05-12 21:01:49 +02:00
"underscore": "^1.13.3",
2022-03-10 18:56:51 +01:00
"ws": "^8.5.0"
},
"devDependencies": {
"electron": "^20.0.3"
2022-02-23 21:55:13 +01:00
}
}