From 0f1b9240bbd05b377e868faf78b89b509a3d7537 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 27 Oct 2017 13:24:41 -0400 Subject: ayeee --- graphcool/package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 graphcool/package.json (limited to 'graphcool/package.json') diff --git a/graphcool/package.json b/graphcool/package.json new file mode 100644 index 0000000..bc443d2 --- /dev/null +++ b/graphcool/package.json @@ -0,0 +1,18 @@ +{ + "name": "graphcool", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "isomorphic-fetch": "^2.2.1", + "stripe": "^5.2.0", + "graphcool-lib": "^0.1.0", + "jsonwebtoken": "^8.1.0", + "jwks-rsa": "^1.2.1" + } +} -- cgit v1.3