UNPKG

current-time-website

Version:

For testing, a website that displays the current time (rounded)

36 lines (35 loc) 988 B
{ "name": "current-time-website", "version": "1.1.1", "description": "For testing, a website that displays the current time (rounded)", "main": "index.js", "bin": "run.js", "scripts": { "start": "npx nodemon run.js", "test": "npx standard && npx tap --cov test*.js test/*.js", "tap": "npx tap --cov test*.js test/*.js", "coveralls": "export COVERALLS_REPO_TOKEN=; npx tap --cov test*.js test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/sandhawke/current-time-website.git" }, "keywords": [ "sandhawke" ], "author": "Sandro Hawke (http://hawke.org/sandro)", "license": "MIT", "bugs": { "url": "https://github.com/sandhawke/current-time-website/issues" }, "homepage": "https://github.com/sandhawke/current-time-website#readme", "devDependencies": { "delay": "^4.3.0", "node-fetch": "^2.6.0", "tape": "^4.9.1" }, "dependencies": { "appmgr": "^1.1.2", "debug": "^4.1.0" } }