forked from kidtronnix/mongo-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 960 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 960 Bytes
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
{
"name": "mongo-lambda",
"version": "2.3.1",
"description": "A lambda architecture implementation with simple API for providing mongo's aggregation pipepline reports.",
"main": "index.js",
"scripts": {
"test": "lab -a code test/tests/",
"test-cov-html": "lab -r html -o coverage.html -a code test/tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/smaxwellstewart/mongo-lambda.git"
},
"keywords": [
"mongo",
"lambda",
"big-data",
"big",
"data",
"reporting"
],
"author": "Simon Maxwell-Stewart",
"license": "MIT",
"bugs": {
"url": "https://github.com/smaxwellstewart/mongo-lambda/issues"
},
"homepage": "https://github.com/smaxwellstewart/mongo-lambda",
"dependencies": {
"async": "^0.9.0",
"cron": "^1.0.8",
"hoek": "^2.11.0",
"joi": "^5.1.0",
"mongodb": "^1.4.32"
},
"devDependencies": {
"code": "^1.3.0",
"lab": "^5.4.0"
}
}