23 lines
480 B
JSON
23 lines
480 B
JSON
{
|
|
"name": "addressparser",
|
|
"version": "1.0.1",
|
|
"description": "Parse e-mail addresses",
|
|
"main": "lib/addressparser.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/andris9/addressparser.git"
|
|
},
|
|
"author": "Andris Reinman",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-eslint": "^17.3.1",
|
|
"grunt-mocha-test": "^0.12.7",
|
|
"mocha": "^2.4.5"
|
|
}
|
|
}
|