forked from dsanel/mongoose-delete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 840 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
{
"name": "mongoose-delete",
"version": "0.3.3",
"description": "Mongoose soft delete plugin",
"author": "Sanel Deljkic <dsanel@gmail.com> (http://dsanel.github.io/)",
"main": "index.js",
"scripts": {
"test": "make test",
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*"
},
"repository": {
"type": "git",
"url": "git@github.com:dsanel/mongoose-delete.git"
},
"keywords": [
"mongoose",
"soft",
"delete",
"delete",
"remove",
"plugin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dsanel/mongoose-delete/issues"
},
"homepage": "https://github.com/dsanel/mongoose-delete",
"peerDependencies": {
"mongoose": "4.x"
},
"devDependencies": {
"chai": "^3.3.0",
"istanbul": "^0.4.2",
"mocha": "^2.3.3"
}
}