stopwatch-emitter
Version:
Just a stopwatch-like timer class
23 lines • 498 B
JSON
{
"name": "eventEmitter",
"description": "Event based JavaScript for the browser",
"version": "4.0.5",
"main": [
"./EventEmitter.js",
"./EventEmitter.min.js"
],
"author": {
"name": "Oliver Caldwell",
"web": "http://oli.me.uk/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Wolfy87/EventEmitter#license-mit"
}
],
"keywords": [
"events",
"structure"
]
}