UNPKG

285 BJSONView Raw
1{
2 "name": "addressparser",
3 "version": "0.1.1",
4 "description": "Parse e-mail addresses",
5 "main": "index.js",
6 "scripts": {
7 "test": "nodeunit test.js"
8 },
9 "repository": "",
10 "author": "Andris Reinman",
11 "license": "MIT",
12 "devDependencies":{
13 "nodeunit": "*"
14 }
15}