UNPKG

twelve-to-twentyfour

Version:

Convert 12-hour time strings into 24-hour time strings. 02:00 PM → 14:00

46 lines (45 loc) 971 B
{ "name": "twelve-to-twentyfour", "version": "1.0.2", "description": "Convert 12-hour time strings into 24-hour time strings. 02:00 PM → 14:00", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/radiovisual/twelve-to-twentyfour.git" }, "files": [ "index.js" ], "keywords": [ "twelve", "12", "24", "twenty-four", "twentyfour", "covert", "conversion", "time", "change", "clock", "strings", "string", "hour", "hours" ], "author": "Michael Wuergler <senjudev@gmail.com> (http://numetriclabs.com)", "license": "MIT", "bugs": { "url": "https://github.com/radiovisual/twelve-to-twentyfour/issues" }, "homepage": "https://github.com/radiovisual/twelve-to-twentyfour#readme", "devDependencies": { "mocha": "^2.3.0" }, "dependencies": { "simple-zeropad": "^1.0.3", "trim": "0.0.1" } }