summaryrefslogtreecommitdiffstats
path: root/graphcool-old/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-01-30 12:41:01 -0500
committerWes Bos <wesbos@gmail.com>2018-01-30 12:41:01 -0500
commitcd0b07b3adb36fb5ec098f9e511ab45d774fee7b (patch)
treea203e5010219ccea1acc6bbd2c0a4bcfa0a78615 /graphcool-old/package.json
parent0a1648bf47490b312169c531aeb51ef4725e8d2e (diff)
Move to Prisma Backend
Diffstat (limited to 'graphcool-old/package.json')
-rw-r--r--graphcool-old/package.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/graphcool-old/package.json b/graphcool-old/package.json
deleted file mode 100644
index bc443d2..0000000
--- a/graphcool-old/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "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"
- }
-}