aboutsummaryrefslogtreecommitdiff
path: root/firebase-io/package.json
blob: cbd63999a456995f82922f10b246f4f968c7ae01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "tomsg-firebase",
  "version": "0.1.0",
  "description": "Javascript part of firebase plugin to tomsg-server",
  "main": "firebase-io.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://git.tomsmeding.com/tomsg"
  },
  "keywords": [
    "tomsg",
    "chat",
    "firebase"
  ],
  "author": "Tom Smeding <tom.smeding@gmail.com> (https://tomsmeding.com)",
  "license": "MIT",
  "dependencies": {
    "firebase-admin": "^8.13.0"
  }
}