jwilson
Version:
NPX Business card, with current contacts and information about Jason Wilson
43 lines (42 loc) • 985 B
JSON
{
"name": "jwilson",
"version": "1.3.1",
"description": "NPX Business card, with current contacts and information about Jason Wilson",
"main": "index.js",
"scripts": {
"postversion": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sgiobairog/jwilson.git"
},
"bin": {
"jwilson": "index.js",
"jasonwilson": "index.js",
"jprw": "index.js"
},
"keywords": [
"npx",
"contacts",
"Jason",
"Wilson"
],
"author": {
"email": "jason@wilsons.io",
"name": "Jason Wilson",
"url": "https://github.com/sgiobairog"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/sgiobairog/jwilson/issues"
},
"homepage": "https://github.com/sgiobairog/jwilson#readme",
"dependencies": {
"boxen": "^2.1.0",
"chalk": "^2.4.1",
"common-tags": "^1.8.0",
"os-locale": "^3.0.1",
"terminal-link": "^1.1.0"
}
}