UNPKG

s-ago

Version:

Human readable relative times (eg. 4 minutes ago)

36 lines (35 loc) 785 B
{ "name": "s-ago", "version": "2.2.0", "description": "Human readable relative times (eg. 4 minutes ago)", "main": "index.js", "types": "index.d.ts", "scripts": { "build": "tsc --declaration index.ts", "coverage": "npm run build && nyc --reporter=lcov --reporter=text ava", "test": "npm run build && ava" }, "repository": { "type": "git", "url": "https://github.com/sebastiansandqvist/s-ago.git" }, "keywords": [ "relative", "date", "time", "ago", "timestamp", "format" ], "author": "sebastian sandqvist", "license": "MIT", "bugs": { "url": "https://github.com/sebastiansandqvist/s-ago/issues" }, "homepage": "https://github.com/sebastiansandqvist/s-ago", "devDependencies": { "ava": "0.24.0", "nyc": "11.4.1", "typescript": "3.0.3" } }