-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 904 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
{
"name": "mongoose-advanced-encryption",
"version": "0.10.4",
"description": "Mongoose plugin for document fields encryption and authentication.",
"main": "index.js",
"scripts": {
"test": "mocha ./test --timeout 3000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsdream/mongoose-advanced-encryption.git"
},
"author": "Vladyslav Mashkin",
"license": "ISC",
"bugs": {
"url": "https://github.com/jsdream/mongoose-advanced-encryption/issues"
},
"homepage": "https://github.com/jsdream/mongoose-advanced-encryption#readme",
"engines": {
"node": ">=7.7.4"
},
"peerDependencies": {
"mongoose": ">=5.0.11"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^8.1.3",
"mongoose": "^5.12.5"
},
"dependencies": {
"deep-freeze": "0.0.1",
"json-stringify-deterministic": "^1.0.1",
"lodash": "^4.17.5"
}
}