-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1020 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
25
26
27
28
29
{
"name": "twentyfour-hours-clock",
"version": "1.1.0",
"description": "A Web Component showing a 24h clock, build as Scalable Vector Graphic (SVG). The hour hand does a complete circle every 24h (instead of 12h like on a regular watchface). If the clock is given geo coordinates it is also able to show day, night and twilight.",
"main": "dist/twentyfour-hours-clock.js",
"scripts": {
"prettier": "npx prettier --cache --write .",
"prettier-check": "npx prettier --cache --check .",
"build": "tsc --build"
},
"keywords": [
"web-component",
"clock"
],
"author": "Frank Boës <info@3960.org> (https://3960.org/)",
"license": "MIT",
"devDependencies": {
"prettier": "2.8.4",
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fboes/twentyfour-hours-clock.git"
},
"bugs": {
"url": "https://github.com/fboes/twentyfour-hours-clock/issues"
},
"homepage": "https://github.com/fboes/twentyfour-hours-clock#readme"
}