-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 936 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 936 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
40
41
42
{
"name": "mongoose-context",
"version": "1.0.0",
"description": "Object inheritance for mongoose connections, models and documents",
"main": "index.js",
"scripts": {
"test": "/usr/lib/node_modules/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/proswdev/mongoose-context.git"
},
"keywords": [
"mongoose",
"context",
"inheritance",
"express",
"expressJS",
"instance",
"request",
"response",
"middleware",
"filter",
"document",
"event"
],
"author": "Eric Vandewater <ericv@prosoftwaredev.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/proswdev/mongoose-context/issues"
},
"homepage": "https://github.com/proswdev/mongoose-context",
"dependencies": {
"bluebird": "^3.4.6",
"mongoose": ">=3.8.0"
},
"devDependencies": {
"async": "^1.4.0",
"semver": "^5.0.1",
"should": "^4.0.4"
}
}