aboutsummaryrefslogtreecommitdiff
path: root/firebase-io/package.json
blob: 9dd00c5a9f793a3e404de909091993a57db81911 (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 <x+node@tomsmeding.com> (https://tomsmeding.com)",
  "license": "MIT",
  "dependencies": {
    "firebase-admin": "^10.0.2"
  }
}