repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'hotfix/21.56.9' into master
[gitter.git]
/
modules
/
push-notification-filter
/
package.json
blob
b8abb9e8bb2c4c858b6f472c6f7f5e74344e2bba
1
{
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
}
16
}