UNPKG

tempmail.js

Version:

Programatically generate and receive mail from temporary email addresses. Works in browsers and in node.js.

44 lines (43 loc) 1.13 kB
{ "name": "tempmail.js", "version": "0.3.1", "description": "Programatically generate and receive mail from temporary email addresses. Works in browsers and in node.js.", "main": "dist/tempmail.node.js", "scripts": { "build": "BABEL_ENV=node node_modules/.bin/webpack", "clean": "rm dist/*", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/mileszim/tempmail.js.git" }, "keywords": [ "tempmail", "api", "email", "temporary", "inbox", "browser" ], "author": "Miles Zimmerman", "license": "MIT", "bugs": { "url": "https://github.com/mileszim/tempmail.js/issues" }, "homepage": "https://github.com/mileszim/tempmail.js", "dependencies": { "chance": "^1.0.13", "fetch-jsonp": "^1.1.3", "isomorphic-fetch": "^2.2.1" }, "devDependencies": { "babel-cli": "^6.0.0", "babel-core": "^6.0.0", "babel-loader": "^7.1.2", "babel-minify-webpack-plugin": "^0.3.0", "babel-preset-env": "^1.6.1", "clean-webpack-plugin": "^0.1.18", "webpack": "^3.10.0" } }