UNPKG

@dan/vcards

Version:

Create vCards to import contacts into Outlook, iOS, Mac OS, Android devices, and more.

43 lines (42 loc) 1.18 kB
{ "name": "@dan/vcards", "version": "2.10.0", "description": "Create vCards to import contacts into Outlook, iOS, Mac OS, Android devices, and more.", "main": "index.js", "dependencies": {}, "devDependencies": { "mocha": "~5.2.0" }, "scripts": { "test": "mocha ./test/tests" }, "repository": { "type": "git", "url": "git+https://github.com/dantrevino/vCards-js.git" }, "keywords": [ "vCard", "vCards", "contacts" ], "author": "Dan Trevino", "license": "MIT", "bugs": { "url": "https://github.com/dantrevino/vCards-JS/issues" }, "homepage": "https://github.com/dantrevino/vCards-JS", "contributors": [ "Eric J Nesser <dantrevino@gmail.com> (https://github.com/enesser)", "Tobias Müller (https://github.com/webdepp)", "Julian Krenge (https://github.com/jkrenge)", "Charlie Hulcher (https://github.com/c-h-)", "Jimmy Tsao <jimmy.tsao@gmail.com> (https://github.com/jimmytsao)", "Michael Polino (https://github.com/mplno)", "sensotix (https://github.com/sensotix)", "Randy Stevens (https://github.com/RandyStevens)" ], "directories": { "lib": "lib", "test": "test" } }