UNPKG

web-push

Version:
59 lines (58 loc) 1.57 kB
{ "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": "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" } }