{ "name": "the-mifi", "version": "1.0.0", "description": "Personal npm card for Mike (mifi) Fitzpartrick (@mifi)", "main": "index.html", "repository": { "type": "git", "url": "https://github.com/the-mifi/npx-mifi.git" }, "scripts": { "prepare": "node src/htmlify", "prepublishOnly": "webpack" }, "bin": { "terribledev": "bin/index.js" }, "files": [ "bin", "dist", "index.html" ], "keywords": [ "card", "npm", "npm card", "npx", "npx card", "business card" ], "author": "Mike Fitzpartrick", "license": "ISC", "devDependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.2.3", "ansi-to-html": "^0.6.9", "babel-loader": "^8.0.4", "boxen": "^2.1.0", "chalk": "^2.4.1", "lodash.get": "^4.4.2", "webpack": "^4.28.1", "webpack-bundle-analyzer": "^3.0.3", "webpack-cli": "^3.1.2" }, "myCard": { "info": { "name": "Mike Fitzpartrick", "handle": "mifi", "npm": "the.mifi", "github": "the-mifi", "linkedin": "the-mifi", "links": "https://mifi.dev/", "web": "https://mifi.ventures/", "work": "Founder and Principal Engineer at mifi Ventures" }, "data": [ " {{name}} / {{handle}}", "", { "label": "Work", "text": "{{work}}" }, "", { "label": "Twitter", "text": "https://twitter.com/{{twitter}}", "when": "{{twitter}}" }, { "label": "npm", "text": "https://www.npmjs.com/~{{npm}}", "when": "{{npm}}" }, { "label": "GitHub", "text": "https://github.com/{{github}}", "when": "{{github}}" }, { "label": "LinkedIn", "text": "https://www.linkedin.com/in/{{linkedin}}", "when": "{{linkedin}}" }, { "label": "Links", "text": "{{links}}", "when": "{{links}}" }, { "label": "Web", "text": "{{web}}", "when": "{{web}}" }, { "label": "Phone", "text": "727.692.0748" }, { "label": "Email", "text": "badmf@mifi.dev" }, "", { "label": "Card", "text": "npx {{_packageName}}" } ] } }