-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 943 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
38
39
40
41
{
"name": "@mixmaxhq/deja-vu",
"version": "3.0.0",
"description": "Filters out duplicitous event receipts",
"main": "index.js",
"scripts": {
"ci": "npm run lint",
"lint": "eslint .",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixmaxhq/deja-vu.git"
},
"keywords": [
"redis",
"de-dupe",
"filter",
"event",
"receipt",
"duplicate"
],
"author": "Trey Tacon <[email protected]> (https://mixmax.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixmaxhq/deja-vu/issues"
},
"homepage": "https://github.com/mixmaxhq/deja-vu#readme",
"dependencies": {
"promise-callbacks": "^3.3.1"
},
"devDependencies": {
"@mixmaxhq/prettier-config": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-mixmax": "^4.5.0",
"jasmine": "2.5.2",
"lodash": "^4.17.21",
"prettier": "^1.19.1",
"redis": "2.6.3"
}
}