Merge branch 'hotfix/21.56.9' into master
[gitter.git] / modules / push-notification-filter / package.json
blobb8abb9e8bb2c4c858b6f472c6f7f5e74344e2bba
2   "name": "gitter-web-push-notification-filter",
3   "version": "1.0.0",
4   "main": "lib/push-notification-filter.js",
5   "directories": {
6     "lib": "lib",
7     "test": "test"
8   },
9   "scripts": {
10     "test": "mocha test/"
11   },
12   "private": true,
13   "dependencies": {
14     "gitter-web-env": "file:../env"
15   }