nau
Version:
Get the current timestamp as an integer
25 lines (24 loc) • 581 B
JSON
{
"name": "nau",
"version": "1.0.0",
"description": "Get the current timestamp as an integer",
"main": "index.js",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vikramcse/nau.git"
},
"keywords": ["get", "current", "time", "timestamp", "now", "gettime"],
"author": "Vikram Jadhav",
"license": "ISC",
"bugs": {
"url": "https://github.com/vikramcse/nau/issues"
},
"homepage": "https://github.com/vikramcse/nau#readme"
}