verigy
simple package to strip out unwanted characters for gmail addresses
Usage
CLI
$ npm install -g verigy$ verigy evan.lucas@gmail.com=> evan.lucas@gmail.com => evanlucas@gmail.com
Package
$ npm install --save verigy
Example
var verigy = // => 'evanlucas@gmail.com' // => 'evanlucas@gmail.com'
Test
$ npm test
Author
Evan Lucas
License
Licensed under the MIT license. For more info, see LICENSE