-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.08 KB
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
{
"name": "graphqlcache-server",
"version": "1.0.8",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"build": "babel src --out-dir out",
"prepublish": "npm run lint && npm run build"
},
"keywords": [
"cache",
"graphql",
"redis",
"store",
"ttl"
],
"author": "Aslam <aslam.iiitb407@gmail.com>",
"license": "MIT",
"dependencies": {
"cacheman": "^2.2.1",
"composable-middleware": "^0.3.0",
"express-interceptor": "^1.2.0",
"sha1": "^1.1.1",
"cacheman-redis": "^1.1.2",
"jsosort": "0.0.0",
"brace-expansion": "^1.1.8"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"eslint": "^4.16.0",
"eslint-plugin-mocha": "^4.11.0",
"mocha": "^5.0.0",
"mongoose": "^5.2.15",
"should": "^13.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/aslam7/graphqlcache.git"
},
"bugs": {
"url": "https://github.com/aslam7/graphqlcache/issues"
},
"homepage": "https://github.com/aslam7/graphqlcache"
}