forked from nassor/mongoose-auto-increment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.44 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "mongoose-auto-increment",
"version": "5.0.1",
"description": "This plugin allows you to auto-increment any field on any mongoose schema that you wish.",
"repository": {
"type": "git",
"url": "git://github.com/codetunnel/mongoose-auto-increment.git"
},
"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": "Alex Ford (Chevex)",
"email": "[email protected]",
"url": "http://CodeTunnel.com"
},
"contributors": [
{
"name": "Nassor Paulino da Silva (rossan)",
"email": "[email protected]"
},
{
"name": "Misha Koryak (mkoryak)",
"email": "[email protected]",
"url": "http://ExhibitionNest.com"
},
{
"name": "Christopher Hiller (boneskull)",
"url": "http://boneskull.github.io/"
},
{
"name": "tomaskavka",
"url": "https://github.com/tomaskavka"
}
],
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"bugs": {
"url": "https://github.com/codetunnel/mongoose-auto-increment/issues"
}
}