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
/
templates
/
package.json
blob
360f759c80adc9b9f90459b3dded119c5c078ab6
1
{
2
"name": "gitter-web-templates",
3
"version": "1.0.0",
4
"main": "lib/index.js",
5
"directories": {
6
"lib": "lib",
7
"test": "test"
8
},
9
"scripts": {
10
"test": "mocha test/"
11
},
12
"dependencies": {
13
"gitter-client-env": "file:../client-env",
14
"gitter-web-avatars": "file:../avatars",
15
"gitter-web-cdn": "file:../cdn",
16
"gitter-web-i18n": "file:../i18n"
17
},
18
"private": true
19
}