-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·42 lines (42 loc) · 968 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": "mongoose.models.autoload",
"version": "0.3.1",
"description": "Autoload mongoose models/schemas",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/hortopan/mongoose.autoload.git"
},
"keywords": [
"mongoose models autoload",
"autoload",
"models",
"mongoose",
"schema autoload"
],
"author": "Alex Hortopan <[email protected]> (https://github.com/hortopan)",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hortopan/mongoose.models.autoload/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/hortopan/mongoose.autoload/issues"
},
"devDependencies": {
"chai": "~4.3.0",
"mocha": "~8.3.0"
},
"dependencies": {
"mongoose": "~5.11"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/hortopan/mongoose.autoload#readme"
}