@perymimon/timer
Version:
Timer module, with tick event and some useful methods
27 lines (26 loc) • 674 B
JSON
{
"name": "@perymimon/timer",
"email": "pery.mimon@gmail.com",
"version": "1.0.7",
"description": "Timer module, with tick event and some useful methods",
"main": "src/timer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish:patch": "npm version patch & npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perymimon/Timer.git"
},
"keywords": [
"js",
"timer",
"microlib"
],
"author": "Pery Mimon",
"license": "ISC",
"bugs": {
"url": "https://github.com/perymimon/Timer/issues"
},
"homepage": "https://github.com/perymimon/Timer#readme"
}