{
  "name": "node-pushnotifications-without-wns",
  "description": "A cross-platform push service for node.js",
  "version": "1.0.20",
  "author": {
    "name": "AppFeel",
    "email": "info@appfeel.com"
  },
  "scripts": {
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "test-cover": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test/ --compilers js:babel-core/register --recursive; opn ./coverage/lcov-report/index.html",
    "test": "./node_modules/.bin/_mocha test/ --compilers js:babel-core/register --recursive",
    "build": "./node_modules/.bin/babel src -d lib",
    "prepublish": "npm run lint && npm test && npm run build",
    "lint": "eslint src/**/*.js",
    "test-alone": "./node_modules/.bin/_mocha test/ --compilers jsx:babel-core/register --recursive -w",
    "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"
  ],
  "main": "index.js",
  "bugs": {
    "url": "https://github.com/appfeel/node-pushnotifications",
    "email": "info@appfeel.com"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:lukasa1993/node-pushnotifications.git"
  },
  "dependencies": {
    "apn": "^2.2.0",
    "node-adm": "^0.9.1",
    "node-gcm": "^0.14.10"
  },
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-core": "^6.17.0",
    "babel-preset-es2015": "^6.16.0",
    "chai": "^3.5.0",
    "coveralls": "^2.11.16",
    "eslint": "^3.8.0",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-import": "^1.16.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.4.1",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^3.1.2",
    "opn-cli": "^3.1.0",
    "release-it": "^7.3.0",
    "sinon": "^1.17.6"
  },
  "engines": {
    "node": ">= 4.6.0"
  },
  "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"
    }
  ]
}
