-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1 KB
/
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
43
44
45
46
47
48
{
"name": "mongoose-auto-increment-fix",
"version": "5.0.2",
"description": "This plugin allows you to auto-increment any field on any mongoose schema that you wish.",
"repository": {
"type": "git",
"url": "git://github.com/lvyue/mongoose-auto-increment-fix.git"
},
"license": "MIT",
"dependencies": {
"extend": "^3.0.0"
},
"peerDependencies": {
"mongoose": "^4.1.12"
},
"devDependencies": {
"async": "*",
"chai": "*",
"mocha": "*",
"mongoose": "^4.1.12"
},
"keywords": [
"mongoose",
"plugin",
"auto-increment",
"auto",
"increment",
"automatic",
"autoincrement",
"auto_increment",
"autoinc",
"auto-inc",
"auto_inc",
"pureautoinc",
"mongoose-pureautoinc"
],
"author": {
"name": "Yue Lv",
"email": "lvyue@mnzld.net",
"url": "http://mnzld.net"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"bugs": {
"url": "https://github.com/lvyue/mongoose-auto-increment-fix/issues"
}
}