-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 968 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
{
"name": "node-distributed-throttle-function",
"version": "0.0.3",
"description": "Distributed throttle() function (like Underscore) built in Redis",
"main": "index.js",
"scripts": {
"ci": "npm run lint",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mixmaxhq/node-distributed-throttle-function"
},
"bugs": {
"url": "https://github.com/mixmaxhq/node-distributed-throttle-function/issues"
},
"homepage": "https://github.com/mixmaxhq/node-distributed-throttle-function",
"keywords": [
"redis",
"throttle",
"lock"
],
"author": "Mixmax <[email protected]> (https://mixmax.com/)",
"license": "MIT",
"dependencies": {
"node-redis-scripty": "0.0.5"
},
"devDependencies": {
"@mixmaxhq/prettier-config": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-mixmax": "^4.8.0",
"prettier": "^1.19.1"
}
}