-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1011 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
{
"name": "mongoose-multi",
"version": "2.0.1",
"description": "Create multiple Mongoose connections to severals DBs; supports also gridfs",
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "rapidfacture",
"email": "[email protected]"
}
],
"author": {
"name": "Felix Furtmayr"
},
"dependencies": {
"mongoose": "6.4.6"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-eslint": "^20.1.0"
},
"scripts": {
"prepublish": "npm test",
"test": "grunt"
},
"keywords": [
"mongoose",
"multi",
"multiple",
"database",
"mongo",
"gridfs",
"files",
"connection"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RAPIDFACTURE/mongoose-multi.git"
},
"bugs": {
"url": "https://github.com/rapidfacture/mongoose-multi/issues"
},
"homepage": "https://github.com/rapidfacture/mongoose-multi#readme"
}