UNPKG

stopwatch-emitter

Version:
32 lines (29 loc) 1.05 kB
{ "name": "stopwatch-emitter" , "description": "Just a stopwatch-like timer class" , "version": "0.0.4" , "private": false , "author": "Brian Frichette" , "homepage": "https://github.com/brian-frichette/Stopwatch" , "contributors": [ "Brian Frichette <brian.frichette@gmail.com> (https://github.com/brian-frichette)" ] , "bugs": { "url": "https://github.com/brian-frichette/Stopwatch/issues" } , "dependencies": {} , "devDependencies": { "grunt": "0.4.x" , "karma": ">=0.8" , "grunt-karma": ">=0.4" , "grunt-contrib-uglify": ">=0.2" , "grunt-contrib-concat": ">=0.1.3" , "grunt-contrib-watch": ">=0.3" , "grunt-contrib-jshint": ">=0.3" , "async": "0.1.x" , "nodemon": "*" } , "keywords": ["timer", "stopwatch", "util", "time", "duration", "counter", "countdown"] , "main": "./dist/node/Stopwatch" , "repository": { "type": "git" , "url":"git://github.com/brian-frichette/Stopwatch.git" } , "licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}] }