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
Gitter migration: Point people to app.gitter.im (rollout pt. 1)
[gitter.git]
/
modules
/
api-client
/
package.json
blob
a8f2298dd3848aa044659af9277b93a33a6ae030
1
{
2
"name": "gitter-web-api-client",
3
"version": "0.1.0",
4
"description": "",
5
"private": true,
6
"main": "lib/api-client.js",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
10
"dependencies": {
11
"gitter-client-env": "file:../client-env"
12
}
13
}