-
Notifications
You must be signed in to change notification settings - Fork 158
/
package.json
42 lines (42 loc) · 883 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-auto-increment",
"version": "1.2.0",
"description": "This plugin allows you to auto-increment any field on any mongoose schema that you wish.",
"repository": {
"type": "git",
"url": "git://github.com/Chevex/mongoose-auto-increment.git"
},
"dependencies": {
"mongoose": "*",
"extend": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"mongoose",
"plugin",
"auto-increment",
"auto",
"increment",
"automatic",
"autoincrement",
"auto_increment",
"autoinc",
"auto-inc",
"auto_inc",
"pureautoinc",
"mongoose-pureautoinc"
],
"author": "Chevex",
"contributors": [
{
"name": "Nassor Paulino da Silva",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/Chevex/mongoose-auto-increment/issues"
}
}