unix-time
Version:
Convert a date to a unix timestamp
24 lines (23 loc) • 460 B
JSON
{
"name": "unix-time",
"version": "1.0.1",
"description": "Convert a date to a unix timestamp",
"keywords": [
"unix",
"time",
"unix-time",
"unixTime",
"timestamp"
],
"author": "Segment.io <friends@segment.io>",
"repository": {
"type": "git",
"url": "git://github.com/segmentio/unix-time.git"
},
"dependencies": {},
"devDependencies": {
"mocha": "~1.12.0",
"should": "~1.2.2"
},
"main": "lib/index"
}