whoami
Version:
Who am I?
26 lines (25 loc) • 441 B
JSON
{
"name": "whoami",
"version": "0.0.3",
"description": "Who am I?",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:afc163/fanyi.git"
},
"author": "afc163 <afc163@gmail.com>",
"license": "MIT",
"keywords": [
"who",
"git",
"user",
"username"
],
"engines": {
"node": ">= 0.10.0"
},
"readmeFilename": "README.md",
"dependencies": {
"shelljs": "^0.3.0"
}
}