chronos-js
Version:
A JavaScript timer with simple and convenient API
24 lines (23 loc) • 430 B
JSON
{
"name": "chronosjs",
"main": "chronos.js",
"homepage": "https://github.com/happyCoda/chronos",
"authors": [
"happyCoda <ypworkspace@gmail.com>"
],
"description": "A simple and lightweight JavaScript timer",
"moduleType": [],
"keywords": [
"timer",
"date",
"counter"
],
"license": "GPL-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}