freemail/package.json

22 lines
488 B
JSON
Raw Normal View History

2015-02-06 22:15:25 -08:00
{
"name": "freemail",
2016-01-19 09:41:21 -05:00
"version": "1.1.0",
2015-02-06 22:15:25 -08:00
"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"
},
2015-02-06 22:15:25 -08:00
"dependencies": {
"tldjs": "^1.5.2"
}
}