inital commit
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"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",
|
||||
"countdown": "^2.6.0",
|
||||
"express": "^4.17.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user