alsoamit
Version:
32 lines (31 loc) • 642 B
JSON
{
"name": "alsoamit",
"version": "2.0.1",
"description": "My NPM Card",
"main": "/bin/card.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"alsoamit": "./bin/card.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alsoamit/my-npm-card.git"
},
"keywords": [
"card",
"portfolio",
"freelancer",
"programmer"
],
"files": [
"bin/card.js"
],
"author": "Amit Kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/alsoamit/my-npm-card/issues"
},
"homepage": "https://github.com/alsoamit/my-npm-card#readme"
}