{
  "name": "@textback/notification-widget",
  "version": "2.0.23",
  "description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
  "main": "build/index.js",
  "scripts": {
    "prepublishOnly": "npm run build",
    "test": "npm run test:lint",
    "test:all": "testcafe all ./tests --app \"node server.js\"",
    "test:chrome": "testcafe chrome ./tests --app \"node server.js\"",
    "test:lint": "eslint src",
    "start": "node server.js",
    "publish:dev": "npm publish --tag dev",
    "versions": "npm view @textback/notification-widget versions",
    "dev": "webpack --config webpack.dev.js",
    "build": "webpack --config webpack.prod.js"
  },
  "repository": {
    "type": "git",
    "url": "ssh://textback@textback.visualstudio.com:22/DefaultCollection/TEXTBACK/_git/notificationwidget"
  },
  "author": "a@borovin.com",
  "license": "ISC",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.0",
    "babel-runtime": "^6.26.0",
    "base64-image-loader": "^1.2.0",
    "clean-webpack-plugin": "^0.1.17",
    "css-loader": "^2.1.0",
    "ejs": "^2.5.6",
    "eslint": "^3.19.0",
    "express": "^4.15.2",
    "html-loader": "^0.5.1",
    "node-sass": "^4.12.0",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "svg-inline-loader": "^0.8.0",
    "testcafe": "^0.14.0",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "webpack": "^4.29.3",
    "webpack-cli": "^3.2.3",
    "webpack-dev-server": "^2.11.5",
    "webpack-merge": "^4.1.1"
  },
  "now": {
    "alias": "notification-widget.textback.space"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.js",
      "!**/styles.js"
    ],
    "coverageReporters": [
      "lcovonly",
      "html"
    ]
  },
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "es6-promise": "^4.1.1",
    "lodash": "^4.17.15",
    "mobile-detect": "^1.4.3",
    "uuid-js": "^0.7.5",
    "whatwg-fetch": "^2.0.3"
  }
}
