Add npm integration
This commit is contained in:
parent
223a005424
commit
2b631e61e7
2 changed files with 23 additions and 0 deletions
5
package-lock.json
generated
Normal file
5
package-lock.json
generated
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "interval-timer",
|
||||
"version": "2.0.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
18
package.json
Normal file
18
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue