{ "name": "smtpapi", "version": "1.4.7", "description": "Build SendGrid X-SMTPAPI headers in nodejs.", "main": "lib/main.js", "directories": { "test": "test" }, "scripts": { "test": "./node_modules/.bin/mocha test/*.js" }, "repository": { "type": "git", "url": "git://github.com/sendgrid/smtpapi-nodejs.git" }, "keywords": [ "smtpapi", "x-smtpapi", "smtp", "sendgrid", "headers", "email" ], "readmeFilename": "README.md", "author": "scottmotte", "license": "BSD", "dependencies": { "chai": "^2.3.0", "esdoc": "^1.0.3", "esdoc-coverage-plugin": "^1.1.0", "esdoc-type-inference-plugin": "^1.0.1" }, "devDependencies": { "mocha": "3.5.3", "should": "13.1.2" }, "contributors": [ { "name": "Yamil Asusta", "email": "yamil@sendgrid.com", "url": "yamilasusta.com" }, { "name": "Scott Motte", "email": "scott@scottmotte.com", "url": "scottmotte.com" } ] }