forked from marchah/mongoose-increment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.09 KB
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
{
"name": "mongoose-increment",
"version": "0.9.2",
"main": "./increment.js",
"description": "mongoose increment plugin",
"scripts": {
"test": "NODE_ENV=test NODE_PATH=./test node ./node_modules/mocha/bin/mocha --harmony ",
"cover": "NODE_ENV=test NODE_PATH=./test node --harmony ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha"
},
"keywords": [
"mongoose",
"plugin",
"increment",
"auto",
"sequence",
"counter",
"suffix",
"prefix"
],
"author": "marchah <marchah.dev@gmail.com>",
"dependencies": {
"bluebird": "^3.5.0",
"lodash": "^4.17.4",
"mongoose": "^4.11.6"
},
"devDependencies": {
"chai": "^4.1.1",
"eslint": "^2.9.0",
"istanbul": "^0.4.5",
"mocha": "^3.5.0"
},
"engines": {
"node": ">=4.1.0",
"iojs": ">= 2.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/marchah/mongoose-increment.git"
},
"bugs": {
"url": "https://github.com/marchah/mongoose-increment/issues"
},
"homepage": "https://github.com/marchah/mongoose-increment",
"license": "MIT"
}