-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 KB
/
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
38
39
40
41
42
43
44
{
"name": "@toomee/maybe-store-redis",
"version": "1.1.0",
"description": "Redis storage adapter for maybe-store",
"main": "index.js",
"scripts": {
"test": "nyc ava",
"test-cov": "nyc --reporter=html --reporter=text ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toomeefed/maybe-store-redis.git"
},
"keywords": [
"storage",
"adapter"
],
"author": "楼教主 <fe.52cik@gmail.com> (http://www.52cik.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/toomeefed/maybe-store-redis/issues"
},
"homepage": "https://github.com/toomeefed/maybe-store-redis#readme",
"dependencies": {
"pify": "^4.0.1"
},
"peerDependencies": {
"redis": "^2.8.0"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.2",
"delay": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"nyc": "^12.0.2",
"redis": "^2.8.0"
},
"engines": {
"node": ">=6.0.0"
}
}