You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
471 B
JSON

{
"name": "crowl-birthdays",
"version": "1.0.0",
"description": "\"Crowl\" your birthdays, see on which weekdays you had a chance to party with your friends.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.banananet.work/zocker/crowl-birthdays.git"
},
"author": "Felix Stupp",
"license": "MIT",
"dependencies": {
"moment": "^2.24.0"
}
}