UNPKG

632 BJSONView Raw
1{
2 "version": "2.0.0",
3 "name": "email-addresses",
4 "description": "An email address parser based on rfc5322",
5 "keywords": [
6 "email address",
7 "parser",
8 "rfc5322",
9 "5322"
10 ],
11 "homepage": "https://github.com/FogCreek/email-addresses",
12 "author": "Jack Bowman <johnrbowman@gmail.com>",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/FogCreek/email-addresses.git"
16 },
17 "directories": {
18 "lib": "./lib"
19 },
20 "main": "./lib/email-addresses.js",
21 "devDependencies": {
22 "libxmljs": "~0.8.0",
23 "tap": "~0.4.0"
24 },
25 "scripts": {
26 "test": "tap ./test"
27 },
28 "license": "MIT"
29}