UNPKG

spf-validator-dns

Version:
34 lines (33 loc) 701 B
{ "name": "spf-validator-dns", "version": "0.0.3", "description": "A Sender Policy Framework validator", "main": "index.js", "scripts": { "test": "nodeunit test" }, "engines": { "node" : ">=6.3" }, "repository": { "type": "git", "url": "git+https://github.com/pboyd04/spf-validator.git" }, "keywords": [ "SPF", "email" ], "author": "Patrick Boyd", "license": "Apache-2.0", "bugs": { "url": "https://github.com/pboyd04/spf-validator/issues" }, "homepage": "https://github.com/pboyd04/spf-validator#readme", "dependencies": { "ip-utils": "^2.4.0", "spf-parse": "^1.0.4" }, "devDependencies": { "nodeunit": "^0.11.0" } }