mirror of
https://github.com/SrIzan10/pretty-seconds-spanish.git
synced 2026-05-01 10:55:21 +00:00
35 lines
845 B
JSON
35 lines
845 B
JSON
{
|
|
"name": "pretty-seconds",
|
|
"version": "0.1.4",
|
|
"description": "a very simple function to stringify any huge number of seconds. give it million seconds and it tells you how many days, hours, minutes and seconds in a pretty string.",
|
|
"main": "pretty-seconds.js",
|
|
"author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
|
|
"keywords": [
|
|
"time",
|
|
"seconds",
|
|
"string"
|
|
],
|
|
"devDependencies": {
|
|
"nodeunit": "0.9.1"
|
|
},
|
|
"dependencies": {
|
|
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.30"
|
|
},
|
|
"scripts": {
|
|
"test": "nodeunit tests/basics.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/binarykitchen/pretty-seconds.git"
|
|
},
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"gitHead": "96ba9f29a5040cefe9ed7db4aba1516dd6500195"
|
|
}
|