-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 874 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
{
"name": "mongoose-createdat-updatedat",
"version": "1.2.0",
"description": "A mongoose plugin that adds createdAt and updatedAt fields to subscribed models in order to avoid redundancy",
"main": "./lib/mongoose-createdat-updatedat.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/james075/mongoose-createdAt-updatedAt.git"
},
"keywords": [
"mongoose",
"mongodb",
"lifecycle",
"createdAt",
"updatedAt",
"moongoose",
"plugin"
],
"author": {
"name": "James Heng",
"email": "[email protected]"
},
"contributors": [
{
"name": "Ángel Brasero",
"url": "https://github.com/makmonty"
}
],
"devDependencies": {
"mocha": "^2.2.5",
"mongodb-memory-server": "^6.0.1",
"mongoose": "^5.7.7",
"should": "^7.0.3"
}
}