wallet-core/node_modules/pretty-ms/package.json

49 lines
838 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "pretty-ms",
2017-12-27 19:33:54 +01:00
"version": "3.1.0",
"description": "Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`",
2017-05-28 00:38:50 +02:00
"license": "MIT",
"repository": "sindresorhus/pretty-ms",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
2017-12-27 19:33:54 +01:00
"node": ">=4"
2017-05-28 00:38:50 +02:00
},
"scripts": {
2017-12-27 19:33:54 +01:00
"test": "xo && ava"
2017-05-28 00:38:50 +02:00
},
"files": [
"index.js"
],
"keywords": [
"pretty",
"prettify",
"human",
"humanize",
"humanized",
"readable",
"time",
"ms",
"milliseconds",
"duration",
"period",
"range",
"text",
"string",
"str",
"number",
"hrtime"
],
"dependencies": {
"parse-ms": "^1.0.0",
2017-12-27 19:33:54 +01:00
"plur": "^2.1.2"
2017-05-28 00:38:50 +02:00
},
"devDependencies": {
2017-12-27 19:33:54 +01:00
"ava": "*",
"xo": "*"
2017-05-28 00:38:50 +02:00
}
}