web-clock-lite
Version:
A clock with build-in time-picker
23 lines (22 loc) • 373 B
JSON
{
"name": "web-clock-lite",
"authors": [
"Glenn Vandeuren <vandeurenglenn@gmail.com>"
],
"description": "A basic clock (wip)",
"main": "web-clock-lite.html",
"keywords": [
"web-clock",
"clock",
"time"
],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}