simpleButton #1
2 changed files with 2351 additions and 0 deletions
2332
package-lock.json
generated
Normal file
2332
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
19
package.json
Normal file
19
package.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "down-message",
|
||||
"version": "1.1.0",
|
||||
"description": "Ultra simple website to tell people a service is down",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
"start": "live-server --port=3000 .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.depeuter.dev/tdpeuter/down-message.git"
|
||||
},
|
||||
"author": "Tibo De Peuter <tibo@depeuter.dev>",
|
||||
"license": "GPL-3.0-only",
|
||||
"devDependencies": {
|
||||
"live-server": "^1.2.2"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue