32 lines
633 B
JSON
32 lines
633 B
JSON
{
|
|
"name": "vcard-js",
|
|
"version": "1.2.2",
|
|
"description": "Convert between vCard and jCard.",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zuojiang/vcard-js.git"
|
|
},
|
|
"keywords": [
|
|
"vCard",
|
|
"jCard",
|
|
"vcf"
|
|
],
|
|
"author": "zuojiang",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/zuojiang/vcard-js/issues"
|
|
},
|
|
"homepage": "https://github.com/zuojiang/vcard-js#readme",
|
|
"dependencies": {
|
|
"quoted-printable": "^1.0.0",
|
|
"utf8": "^2.1.1"
|
|
}
|
|
}
|