Files
new-year-countdown/package.json
2022-12-31 10:15:35 +00:00

16 lines
357 B
JSON

{
"name": "new-year-countdown",
"version": "1.0.0",
"description": "Count down each New Year's arrival around the world",
"main": "index.js",
"scripts": {
"server": "http-server ./www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"http-server": "^14.1.1"
}
}