forked from enesser/vCards-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
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 <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"
}
}