interval-timer/package.json

22 lines
620 B
JSON

{
"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 <me@wbrawner.com> (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"
}
}