ndate
Version:
A syscall similar to POSIX Date for NodeOs
33 lines (32 loc) • 661 B
JSON
{
"name": "ndate",
"version": "0.1.0",
"description": "A syscall similar to POSIX Date for NodeOs",
"bin": {
"ndate": "ndate.js"
},
"keywords": [
"nodeos",
"syscall",
"date"
],
"author": "Tom",
"license": "MIT",
"dependencies": {
"minimist": "0.0.8",
"moment": "^2.5.1"
},
"devDependencies": {},
"main": "ndate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/twilson63/ndate.git"
},
"bugs": {
"url": "https://github.com/twilson63/ndate/issues"
},
"homepage": "https://github.com/twilson63/ndate"
}