freemail/package.json
Will White ecc19932e7 v0.0.1
2015-02-06 22:44:28 -08:00

18 lines
393 B
JSON

{
"name": "freemail",
"version": "0.0.1",
"description": "A database of free and disposable email domains and a handy Node.js module for querying it.",
"main": "index.js",
"scripts": {
"test": "tape test/test.js"
},
"author": "Will White <will@mapbox.com>",
"license": "ISC",
"devDependencies": {
"tape": "^3.5.0"
},
"dependencies": {
"tldjs": "^1.5.2"
}
}