-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
24 lines (24 loc) · 920 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "maintenance-warning-snackbar",
"version": "1.0.0",
"description": "Super simple vanilla JavaScript lib (under 40 lines of code (excluding CSS string)) to display a maintenance warning side bar. The snackbar is shown for X seconds (currently 10 seconds) and then disappears unless it is closed by the user prior to the X seconds being up.",
"main": "maintenanceWarningSnackbar.js",
"scripts": {
"start": "http-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/IPS-LMU/maintenanceWarningSnackbar.git"
},
"author": "Raphael Winkelmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/IPS-LMU/maintenanceWarningSnackbar/issues"
},
"homepage": "https://github.com/IPS-LMU/maintenanceWarningSnackbar#readme",
"dependencies": {
"http-server": "^0.12.3"
}
}