forked from niahmiah/mongoose-uuid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 856 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-uuid2",
"version": "2.3.0",
"description": "UUID schema type for mongoose",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha"
},
"author": "Ian Patton <ian.patton@gmail.com> (http://github.com/niahmiah)",
"repository": {
"type": "git",
"url": "https://github.com/niahmiah/mongoose-uuid.git"
},
"license": "ISC",
"dependencies": {
"bson": "^3.0.2",
"debug": "^3.1.0",
"uuid-parse": "^1.0.0"
},
"peerDependencies": {
"mongoose": "5.x"
},
"keywords": [
"mongoose",
"uuid",
"schema",
"type",
"binary"
],
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"request": "^2.88.0",
"uuid": "^3.3.2"
},
"engines": {
"node": ">=6.4.0"
}
}