-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 987 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
42
{
"name": "aniq",
"version": "0.1.0",
"description": "Scalable distinct value counting system",
"main": "app.js",
"scripts": {
"lint": "eslint ./ || true",
"test": "NODE_ENV=testing mocha --timeout 5000 --exit tests"
},
"keywords": [
"unique",
"distinct",
"cardinality",
"union",
"intersection"
],
"author": "Draining Sun",
"license": "MIT",
"dependencies": {
"ared": "0.2.1",
"async": "2.6.0",
"bignumber.js": "5.0.0",
"bunyan": "1.8.12",
"lodash": "4.17.4",
"metrohash": "2.3.0",
"restify": "6.3.4"
},
"devDependencies": {
"eslint": "4.14.0",
"mocha": "4.1.0",
"should": "13.2.0",
"supertest": "3.0.0",
"redis": "2.8.0"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "https://github.com/drainingsun/aniq.git"
}
}