-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.35 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "redibox-hook-schedule",
"description": "Advanced redibox powered scheduling",
"version": "2.0.1",
"main": "src/index.js",
"author": "Mike Diarmid",
"repository": {
"github": "https://github.com/redibox/schedule"
},
"license": "MIT",
"engines": {
"node": ">=6.0"
},
"redibox": {
"hook": true,
"name": "schedule"
},
"keywords": [
"redis",
"redis-cluster",
"cluster",
"scheduler",
"scheduling",
"waterline",
"sails",
"cache",
"throttle",
"throttling",
"timeseries",
"autocomplete",
"indexes",
"indices",
"lock",
"redlock",
"lua",
"ioredis"
],
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"debug": "devtool tests.js --no-nt --console -- --verbose",
"prepublish": "npm run lint",
"lint": "./node_modules/.bin/eslint ./src",
"test": "node -- ./node_modules/istanbul/lib/cli.js cover --report lcov _mocha "
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.14",
"eslint": "^3.7.1",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.1.2",
"redibox": "^2.3.0"
},
"dependencies": {
"bluebird": "^3.4.6",
"chrono-node": "^1.2.4",
"later": "^1.2.0"
}
}