Last active
October 9, 2017 14:37
-
-
Save jthegedus/0410b7817ca543699f819a2dc21316a9 to your computer and use it in GitHub Desktop.
Cloud Functions for Firebase - GraphQL Server - /functionsES6/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "functions", | |
"description": "Cloud Functions for Firebase", | |
"dependencies": { | |
"apollo-server-express": "^1.1.3", | |
"body-parser": "^1.18.2", | |
"express": "^4.16.1", | |
"firebase-admin": "^5.4.1", | |
"firebase-functions": "^0.7.0", | |
"graphql": "^0.11.7", | |
"graphql-tools": "^2.2.1" | |
}, | |
"private": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment