forked from mattdean1/contentful-sync-redis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 843 Bytes
/
package.json
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
{
"name": "contentful-sync-redis",
"version": "0.4.1",
"description": "Keep an up-to-date copy of your Contentful space in Redis",
"engines": {
"node": ">=8.0.0"
},
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattdean1/contentful-sync-redis.git"
},
"keywords": [
"contentful",
"redis"
],
"author": "Matt Dean",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattdean1/contentful-sync-redis/issues"
},
"homepage": "https://github.com/mattdean1/contentful-sync-redis#readme",
"devDependencies": {
"eslint": "^4.5.0",
"mocha": "^3.5.0",
"prettier": "^1.5.3"
},
"dependencies": {
"bluebird": "^3.5.0",
"contentful": "^4.6.1",
"debug": "^3.0.1",
"redis": "^2.8.0"
}
}