@ionepub/node-timer
Version:
A simple countdown timer module.
26 lines (25 loc) • 568 B
JSON
{
"name": "@ionepub/node-timer",
"version": "1.0.0",
"description": "A simple countdown timer module.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionepub/node-timer.git"
},
"keywords": [
"countdown",
"node",
"nodejs",
"timer"
],
"author": "ionepub",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionepub/node-timer/issues"
},
"homepage": "https://github.com/ionepub/node-timer#readme"
}