timenow
Version:
shows current time whereever
39 lines (38 loc) • 749 B
JSON
{
"name": "timenow",
"version": "0.1.4",
"description": "shows current time whereever",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/_mocha ./test/test.js"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/gko/timenow.git"
},
"bin": "./bin/timenow.js",
"keywords": [
"time",
"moment",
"now",
"UTC",
"timezone",
"PST",
"date"
],
"author": {
"name": "Konstantin Gorodinskii",
"email": "mail@Konstantin.io"
},
"license": "MIT",
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.9.0",
"moment-timezone": "^0.5.7",
"timezones.json": "^1.1.0",
"request": "^2.76.0"
},
"devDependencies": {
"mocha": "^3.1.2"
}
}