forked from 59naga/socket.io-middleware-firebase-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "socket.io-middleware-firebase-admin",
"version": "0.1.0",
"description": "a socket.io middleware firebaseAdmin.verifySessionCookie",
"files": [
"index.js",
"index.mjs"
],
"scripts": {
"start": "abby format, test --watch \"*.mjs\"",
"test": "eastern",
"format": "prettier \"*.mjs\" --write",
"build": "babel index.mjs --out-file index.js",
"postversion": "git push --follow-tags && conventional-github-releaser -p atom"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.0.0-rc.1",
"@babel/core": "^7.0.0-rc.1",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-rc.1",
"abigail": "^1.9.5",
"assert-exception": "^2.0.0",
"babel-plugin-add-module-exports": "^0.3.3",
"bluebird": "^3.5.1",
"eastern": "^2.0.1",
"eastern-cli": "^1.0.0",
"firebase-admin": "^6.0.0",
"prettier": "^1.14.2",
"request": "^2.88.0",
"server-destroy": "^1.0.1",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1"
},
"keywords": [
"socket.io-middleware",
"firebase-admin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/59naga/socket.io-middleware-firebase-admin.git"
},
"bugs": {
"url": "https://github.com/59naga/socket.io-middleware-firebase-admin/issues"
},
"homepage": "https://github.com/59naga/socket.io-middleware-firebase-admin#readme",
"author": "59naga <[email protected]>",
"license": "MIT"
}