{ "name": "interval-timer", "version": "2.0.0", "description": "A simple interval timer PWA", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "run": "http-server src" }, "repository": { "type": "git", "url": "git+https://github.com/wbrawner/interval-timer.git" }, "author": "William Patrick Brawner (https://wbrawner.com/)", "license": "MIT", "bugs": { "url": "https://github.com/wbrawner/interval-timer/issues" }, "homepage": "https://github.com/wbrawner/interval-timer#readme", "devDependencies": { "http-server": "^0.12.3" } }