UNPKG

adrianpedev

Version:
47 lines (46 loc) 1.16 kB
{ "name": "adrianpedev", "version": "1.0.2", "description": "npm business card", "main": "/bin/card.js", "bin": { "adrianpedev": "./bin/card.js" }, "scripts": { "prepublish": "npm run build", "build": "node build.js", "dev": "npm run build && node ./bin/card.js", "lint": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/adrianpedev/business-card.git" }, "keywords": [ "business card", "npx card", "npx", "npm", "card", "hire vue dev", "front end developer", "front end dev", "front end", "front" ], "author": "Adrian Perez <adrianpedev@gmail.com> (https://adrianpedev.com)", "license": "ISC", "files": [ "bin/card.js", "bin/output" ], "bugs": { "url": "https://github.com/adrianpedev/business-card/issues" }, "homepage": "https://github.com/adrianpedev/business-card#readme", "devDependencies": { "boxen": "^4.1.0", "chalk": "^2.4.2", "standard": "^12.0.1" } }