-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 970 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
43
44
45
46
47
48
49
50
{
"name": "@filepounder/mongo-magic",
"version": "0.2.5",
"description": "mongo magic utils",
"main": "index.js",
"files": [
"lib/",
"index.js"
],
"scripts": {},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filepounder/mongo-magic.git"
},
"keywords": [
"filepounder",
"mongodb"
],
"author": {
"name": "FilePounder, Inc.",
"url": "https://filepounder.com"
},
"contributors": [
{
"name": "Martin Naude",
"email": "[email protected]"
},
{
"name": "Thiren Bunsee",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"check-types": "11.1.2",
"deepcopy": "2.0.0",
"deepmerge": "3.2.0",
"moment": "2.24.0",
"mongodb": "3.5.9",
"odata-parser": "1.4.1",
"underscore.string": "3.3.5"
},
"devDependencies": {
"async": "2.6.3",
"mocha": "^5.2.0"
}
}