openCountdown/package.json

22 lines
492 B
JSON
Raw Normal View History

2022-02-23 21:55:13 +01:00
{
"name": "opencountdown",
"version": "1.0.0",
"description": "An opensource countdown",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TheGreydiamond",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.2",
2022-02-25 22:24:45 +01:00
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
2022-02-23 21:55:13 +01:00
"countdown": "^2.6.0",
2022-02-25 22:24:45 +01:00
"express": "^4.17.3",
"jquery": "^3.6.0",
2022-02-26 23:22:53 +01:00
"mdbootstrap": "^4.20.0",
2022-02-25 22:24:45 +01:00
"moment": "^2.29.1"
2022-02-23 21:55:13 +01:00
}
}