@skybloxsystems/ticket-bot
Version:
27 lines (26 loc) • 619 B
JSON
{
"name": "ms-prettify",
"version": "1.2.1",
"description": "An module to easily convert milliseconds to human readable time and opposite.",
"main": "src/index.js",
"types": "source/",
"scripts": {
"test": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KartikeSingh/ms-prettify.git"
},
"keywords": [
"ms",
"prettify",
"convert",
"time"
],
"author": "shisui",
"license": "ISC",
"bugs": {
"url": "https://github.com/KartikeSingh/ms-prettify/issues"
},
"homepage": "https://github.com/KartikeSingh/ms-prettify#readme"
}