forked from dantrevino/vCards-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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 <[email protected]> (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 <[email protected]> (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"
}
}