UNPKG

timethat

Version:

print time from one date to another

33 lines (32 loc) 777 B
{ "name": "timethat", "description": "print time from one date to another", "author": "Dav Glass <davglass@gmail.com>", "version": "0.0.3", "devDependencies": { "vows": "*", "istanbul": "~0.1.8", "yui-lint": "~0.1.1", "jshint": "~0.9.0" }, "keywords": [ "timer", "time calc", "from time", "elapsed time", "elapsed" ], "main": "./lib/timethat.js", "scripts": { "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/timethat.js", "test": "istanbul cover --print both vows -- --spec ./tests/*.js" }, "bugs": { "url": "http://github.com/davglass/timethat/issues" }, "license": "BSD-3-Clause", "repository": { "type": "git", "url": "http://github.com/davglass/timethat.git" } }