freemail/package.json
Will White 3318de4ab1 1.4.0
2016-04-25 11:22:06 -04:00

22 lines
488 B
JSON

{
"name": "freemail",
"version": "1.4.0",
"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"
},
"repository": {
"type": "git",
"url": "git://github.com/willwhite/freemail.git"
},
"dependencies": {
"tldjs": "^1.5.2"
}
}