Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Fixed revision
Browse files Browse the repository at this point in the history
  • Loading branch information
verifalia committed Oct 2, 2015
1 parent fd6b092 commit ea87b77
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions package.json
@@ -1,15 +1,30 @@
{
"name": "verifalia",
"version": "1.0.0",
"version": "1.0.2",
"description": "Verifalia email validation library for Node.js",
"homepage": "http://verifalia.com",
"main": "index.js",
"keywords": ["email", "validation", "verification", "free", "verifalia", "service", "list", "cleaning", "scrubbing", "e-mail", "syntax", "smtp", "disposable", "mailbox"],
"keywords": [
"email",
"validation",
"verification",
"free",
"verifalia",
"service",
"list",
"cleaning",
"scrubbing",
"e-mail",
"syntax",
"smtp",
"disposable",
"mailbox"
],
"author": "Verifalia <support@verifalia.com>",
"repository": {
"type": "git",
"url": "https://github.com/verifalia/verifalia-node-sdk"
},
},
"dependencies": {
"request": "2.x.x"
},
Expand All @@ -20,4 +35,4 @@
"engines": {
"node": ">= 0.8.0"
}
}
}

0 comments on commit ea87b77

Please sign in to comment.