UNPKG

minutes

Version:

Get the number of minutes for an hour, day, week and the elapsed minutes for the current day.

68 lines 1.28 kB
{ "name": "minutes", "description": "Get the number of minutes for an hour, day, week and the elapsed minutes for the current day.", "version": "0.1.0", "homepage": "https://github.com/jonschlinkert/minutes", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/minutes.git" }, "bugs": { "url": "https://github.com/jonschlinkert/minutes/issues" }, "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/minutes/blob/master/LICENSE-MIT" }, "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha -R spec" }, "devDependencies": { "mocha": "*", "moment": "^2.8.4", "should": "*" }, "keywords": [ "am", "calendar", "clock", "date", "day", "days", "duration", "friday", "hour", "hours", "hr", "meridiem", "min", "minutes", "monday", "now", "pm", "saturday", "sec", "second", "seconds", "sunday", "thursday", "time", "times", "timespan", "tuesday", "wednesday", "week", "weekday" ], "dependencies": { "seconds": "^0.2.0" } }