-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 859 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 859 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
{
"name": "adminmate-express-mongoose",
"version": "1.3.12",
"description": "Adminmate Express/Mongoose connector",
"author": "Marc Delalonde",
"homepage": "http://adminmate.io",
"license": "GPL-3.0",
"keywords": [
"adminmate",
"admin",
"panel",
"interface",
"back-office",
"mongodb",
"mongoose"
],
"scripts": {
"start": "node ./index",
"test": "jest --runInBand"
},
"repository": {
"type": "git",
"url": "https://github.com/Adminmate/adminmate-express-mongoose.git"
},
"dependencies": {
"adminmate-express-core": "~1.2.3",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongoose": "~5.9.7",
"serialize-error": "^7.0.1"
},
"devDependencies": {
"jest": "^27.3.1",
"jest-specific-snapshot": "^5.0.0",
"node-mocks-http": "^1.11.0"
}
}