node-pushnotifications-http2
Version:
A cross-platform push service for node.js (Node 8.8.1+)
97 lines • 2.42 kB
JSON
{
"name": "node-pushnotifications-http2",
"description": "A cross-platform push service for node.js (Node 8.8.1+)",
"version": "1.2.3",
"author": {
"name": "Streaka",
"email": "info@streaka.com"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test-cover": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test/ -- --require babel-core/register --recursive; opn ./coverage/lcov-report/index.html",
"test": "./node_modules/.bin/_mocha test/ --require babel-core/register --recursive",
"build": "./node_modules/.bin/babel src -d lib",
"prepare": "npm run lint && npm run build",
"lint": "eslint {src,test}/**/*.js",
"release": "release-it"
},
"keywords": [
"notifications",
"push",
"push notifications",
"apple",
"ios",
"iphone",
"ipad",
"apns",
"google",
"android",
"gcm",
"fcm",
"amazon",
"kindle",
"adm",
"microsoft",
"windows",
"wphone",
"windows phone",
"wns",
"mpns",
"webpush"
],
"main": "index.js",
"bugs": {
"url": "https://github.com/appfeel/node-pushnotifications",
"email": "info@appfeel.com"
},
"repository": {
"type": "git",
"url": "https://github.com/appfeel/node-pushnotifications.git"
},
"dependencies": {
"node-apn-http2": "^1.2.0",
"node-adm": "^0.9.1",
"node-gcm": "^1.0.2",
"web-push": "^3.3.5",
"wns": "^0.5.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"coveralls": "^3.0.5",
"dirty-chai": "^2.0.1",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^6.1.4",
"opn-cli": "^5.0.0",
"release-it": "^12.3.3",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0"
},
"engines": {
"node": ">=6.x.x"
},
"eslintConfig": {
"ecmaVersion": 6,
"env": {
"es6": true,
"node": true
}
},
"readmeFilename": "README.md",
"homepage": "https://github.com/appfeel/node-pushnotifications",
"license": "MIT",
"contributors": [
{
"name": "Alexander Friedl",
"email": "mail@alexanderfriedl.com",
"url": "https://github.com/alex-friedl"
}
]
}