-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.08 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
{
"name": "mongoose-autoinc",
"version": "0.0.2",
"description": "Mongoose plugin that auto-increments any ID field on your schema forked from mongoose-auto-increment",
"homepage": "https://github.com/zj8487/mongoose-autoinc",
"author": "zj8487 <[email protected]> (https://github.com/zj8487)",
"repository": {
"type": "git",
"url": "[email protected]/mongoose-autoinc"
},
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"mongoose-autoinc",
"mongoose",
"plugin",
"auto-increment",
"auto",
"increment",
"automatic",
"autoincrement",
"auto_increment",
"autoinc",
"auto-inc",
"auto_inc",
"mongoose-pureautoinc",
"pureautoinc"
],
"dependencies": {
"extend": "^2.0.0"
},
"devDependencies": {
"async": "^0.9.0",
"chai": "^2.0.0",
"mocha": "^2.1.0",
"mongoose": "^3.8.23"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"bugs": {
"url": "https://github.com/zj8487/mongoose-autoinc/issues"
},
"main": "index.js",
"directories": {
"test": "test"
}
}