Files
archived-pretty-seconds-spa…/package.json
Michael Heuberger c676a1188a maintenance bump
2016-04-03 13:34:45 +12:00

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"
}