UNPKG

oniyi-vcard-parser

Version:
51 lines (50 loc) 1.23 kB
{ "name": "oniyi-vcard-parser", "version": "1.0.2", "description": "A vcard to JSON and back parser", "license": "MIT", "author": "Benjamin Kroeger <benjamin.kroeger@gmail.com>", "keywords": [ "oniyi-vcard-parser", "oniyi", "vcard", "parser" ], "repository": { "type": "git", "url": "git+https://github.com/benkroeger/oniyi-vcard-parser.git" }, "scripts": { "format": "prettier-eslint --write \"lib/**/*.js\" \"test/**/*.js\"", "lint": "eslint --ignore-path .gitignore .", "lint-fix": "eslint --fix .", "test": "ava --verbose", "coverage": "nyc npm test && nyc report --reporter=html" }, "dependencies": { "debug": "^3.1.0", "lodash": "^4.17.4" }, "devDependencies": { "ava": "^0.24.0", "eslint": "^4.12.1", "eslint-config-oniyi": "^5.0.2", "eslint-plugin-ava": "^4.4.0", "nyc": "^11.3.0", "prettier-eslint-cli": "^4.4.2" }, "files": [ "lib/" ], "main": "lib/index.js", "engines": { "node": ">=6.0.0" }, "bugs": { "url": "https://github.com/benkroeger/oniyi-vcard-parser/issues" }, "homepage": "https://github.com/benkroeger/oniyi-vcard-parser#readme", "directories": { "test": "test" } }