summaryrefslogtreecommitdiffstats
path: root/graphcool-old/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-01-30 12:39:31 -0500
committerWes Bos <wesbos@gmail.com>2018-01-30 12:39:31 -0500
commit0a1648bf47490b312169c531aeb51ef4725e8d2e (patch)
treea9c3dd7b50bc8dd563d9efeee3eeafaca1b3019a /graphcool-old/package.json
parent0f1b9240bbd05b377e868faf78b89b509a3d7537 (diff)
Saying goodbye to graphcool
Diffstat (limited to 'graphcool-old/package.json')
-rw-r--r--graphcool-old/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphcool-old/package.json b/graphcool-old/package.json
new file mode 100644
index 0000000..bc443d2
--- /dev/null
+++ b/graphcool-old/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"
+ }
+}