UNPKG

feross-card

Version:
58 lines (57 loc) 1.16 kB
{ "name": "feross-card", "description": "It's me, Feross!", "version": "1.0.2", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "bin": { "feross": "./bin/cmd.js" }, "bugs": { "url": "https://github.com/feross/feross-card/issues" }, "dependencies": {}, "devDependencies": { "boxen": "^4.2.0", "chalk": "^4.1.0", "standard": "*" }, "homepage": "https://github.com/feross/feross-card", "keywords": [ "business card", "card", "feross", "npm", "npm card", "npx", "npx card" ], "license": "MIT", "main": "./bin/cmd.js", "repository": { "type": "git", "url": "git://github.com/feross/feross-card.git" }, "scripts": { "build": "node ./tools/build.js", "start": "npm run build && ./bin/cmd.js", "test": "standard" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ] }