zulu-time
Version:
An ISO 8601 extended & IETF compliant UTC Zulu notation (Z) timestamp generator.
35 lines (34 loc) • 821 B
JSON
{
"name": "zulu-time",
"version": "0.1.0",
"description": "An ISO 8601 extended & IETF compliant UTC Zulu notation (Z) timestamp generator.",
"main": "lib/index.js",
"directories": {
"example": "example",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbenner-radham/node-zulu-time.git"
},
"keywords": [
"date",
"date-time",
"timestamp",
"zulu",
"zulu-time"
],
"author": "James Benner <james.benner@gmail.com> (http://www.jamesbenner.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbenner-radham/node-zulu-time/issues"
},
"homepage": "https://github.com/jbenner-radham/node-zulu-time#readme",
"devDependencies": {
"mocha": "^3.5.0"
}
}