bigmoment
Version:
Date manipulation that can track the age of the universe
35 lines (34 loc) • 584 B
JSON
{
"name": "bigmoment",
"version": "0.1.4",
"description": "Date manipulation that can track the age of the universe",
"main": "bigmoment.js",
"scripts": {
"test": "ava"
},
"keywords": [
"date",
"time",
"format",
"moment",
"bya",
"mya",
"history",
"timezone",
"geological",
"dates",
"millennium",
"century",
"decade",
"timeline"
],
"author": "Orlando Groppo",
"license": "ISC",
"devDependencies": {
"ava": "^0.22.0"
},
"dependencies": {
"moment": "^2.22.2",
"ordinalize": "^1.0.1"
}
}