UNPKG

@abumalick/vcards-js

Version:

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

40 lines (39 loc) 1.18 kB
{ "name": "@abumalick/vcards-js", "version": "2.10.2", "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": "https://github.com/abumalick/vCards-js.git" }, "keywords": [ "vCard", "vCards", "contacts" ], "author": "Eric J Nesser", "license": "MIT", "bugs": { "url": "https://github.com/abumalick/vCards-JS/issues" }, "homepage": "https://github.com/abumalick/vCards-JS", "contributors": [ "Eric J Nesser <enesser@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)", "Abdullah Hilson (https://github.com/abumalick)" ] }