vague-time
Version:
A tiny library that formats precise time differences as a vague/fuzzy time.
35 lines (34 loc) • 974 B
JSON
{
"name": "vague-time",
"version": "2.4.2",
"description": "A tiny library that formats precise time differences as a vague/fuzzy time.",
"homepage": "https://gitlab.com/philbooth/vagueTime.js",
"bugs": "https://gitlab.com/philbooth/vagueTime.js/issues",
"license": "MIT",
"author": "Phil Booth <pmbooth@gmail.com> (https://gitlab.com/philbooth)",
"main": "./src/vagueTime",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/philbooth/vagueTime.js.git"
},
"keywords": [
"time",
"date",
"fuzzy",
"vague",
"estimate",
"format"
],
"devDependencies": {
"chai": "4.1.x",
"jshint": "2.9.x",
"mocha": "5.2.x",
"please-release-me": "2.0.x",
"uglify-js": "3.4.x"
},
"scripts": {
"lint": "jshint src/vagueTime.js",
"test": "mocha --ui tdd --reporter spec --colors test/vagueTime.js",
"minify": "uglifyjs src/vagueTime.js --compress --mangle --output src/vagueTime.min.js"
}
}