forked from enesser/vCards-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "vcards-js",
"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": "https://github.com/enesser/vCards-js.git"
},
"keywords": [
"vCard",
"vCards",
"contacts"
],
"author": "Eric J Nesser",
"license": "MIT",
"bugs": {
"url": "https://github.com/enesser/vCards-JS/issues"
},
"homepage": "https://github.com/enesser/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)"
]
}