{ "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" } }