{
  "name": "web-push",
  "version": "3.2.2",
  "description": "Web Push library for Node.js",
  "main": "src/index.js",
  "bin": {
    "web-push": "src/cli.js"
  },
  "scripts": {
    "download-browser": "node --harmony ./test/helpers/download-test-browsers.js",
    "lint": "node ./node_modules/eslint/bin/eslint --ignore-path .gitignore '.'",
    "pretest": "npm run lint && npm run download-browser",
    "test": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --ui tdd test/test*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-push-libs/web-push.git"
  },
  "keywords": [
    "web push",
    "push",
    "notifications",
    "push notifications"
  ],
  "author": {
    "name": "Marco Castelluccio"
  },
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/web-push-libs/web-push/issues"
  },
  "homepage": "https://github.com/web-push-libs/web-push#readme",
  "dependencies": {
    "asn1.js": "^4.8.1",
    "http_ece": "^0.5.2",
    "jws": "^3.1.3",
    "minimist": "^1.2.0",
    "urlsafe-base64": "^1.0.0"
  },
  "devDependencies": {
    "chalk": "^1.1.3",
    "chromedriver": "2.24.1",
    "del": "^2.2.1",
    "eslint": "^3.5.0",
    "eslint-config-airbnb": "^11.1.0",
    "eslint-plugin-import": "^1.16.0",
    "geckodriver": "1.1.3",
    "istanbul": "^0.4.2",
    "mkdirp": "^0.5.1",
    "mocha": "^3.0.2",
    "portfinder": "^1.0.2",
    "selenium-assistant": "1.0.0",
    "selenium-webdriver": "3.0.0-beta-2",
    "semver": "^5.1.0",
    "which": "^1.2.11"
  },
  "engines": {
    "node": ">= 4"
  },
  "gitHead": "720b34454ea61af7cca22f3a36e038d1304c31e1",
  "_id": "web-push@3.2.2",
  "_shasum": "d2f7c5590a3037cb50e4442b5117edd6475768a5",
  "_from": "web-push@latest",
  "_npmVersion": "3.10.10",
  "_nodeVersion": "6.9.5",
  "_npmUser": {
    "name": "marco-c",
    "email": "mcastelluccio@mozilla.com"
  },
  "dist": {
    "shasum": "d2f7c5590a3037cb50e4442b5117edd6475768a5",
    "tarball": "https://registry.npmjs.org/web-push/-/web-push-3.2.2.tgz"
  },
  "maintainers": [
    {
      "name": "marco-c",
      "email": "mar.castelluccio@studenti.unina.it"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/web-push-3.2.2.tgz_1486435385861_0.03436756297014654"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/web-push/-/web-push-3.2.2.tgz",
  "readme": "ERROR: No README data found!"
}
