interval-timer/package.json

23 lines
620 B
JSON
Raw Permalink Normal View History

2021-04-16 04:26:42 +00:00
{
"name": "interval-timer",
"version": "2.0.0",
"description": "A simple interval timer PWA",
"scripts": {
2021-04-16 04:41:26 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"run": "http-server src"
2021-04-16 04:26:42 +00:00
},
"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"
},
2021-04-16 04:41:26 +00:00
"homepage": "https://github.com/wbrawner/interval-timer#readme",
"devDependencies": {
"http-server": "^0.12.3"
}
2021-04-16 04:26:42 +00:00
}