Add npm integration

This commit is contained in:
William Brawner 2021-04-15 21:26:42 -07:00
parent 223a005424
commit 2b631e61e7
2 changed files with 23 additions and 0 deletions

5
package-lock.json generated Normal file
View file

@ -0,0 +1,5 @@
{
"name": "interval-timer",
"version": "2.0.0",
"lockfileVersion": 1
}

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "interval-timer",
"version": "2.0.0",
"description": "A simple interval timer PWA",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}