{
  "name": "temp-mail",
  "version": "2.0.0",
  "description": "Node.js API wrapper for temp-mail.ru",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:xomyaq/tempmail.git"
  },
  "devDependencies": {
    "eslint": "^2.10.0",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.8.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "test": "node test/tempmail.js | tap-spec",
    "lint": "node ./node_modules/eslint/bin/eslint.js index.js tests/*.js"
  },
  "author": {
    "name": "Ilnur Khalilov",
    "email": "ilnur.khalilov@gmail.com",
    "url": "ilnurkhalilov.ru"
  },
  "license": "MIT"
}
