forked from TylerBrock/mongo-hacker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 791 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
{
"name": "mongo-hacker-modern",
"version": "0.1.5",
"description": "MongoDB Shell Enhancements for Hackers - Modernized",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "make install",
"update": "make install",
"postuninstall": "make uninstall"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git@github.com:softwarecreations/mongo-hacker.git#npmjsorg/release"
},
"keywords": [
"mongodb",
"shell",
"hacks",
"tweaks"
],
"author": {
"name": "softwarecreations",
"email": "tv2qoq05@anonaddy.me"
},
"homepage": "https://github.com/softwarecreations/mongo-hacker",
"license": "MIT",
"bugs": {
"url": "https://github.com/softwarecreations/mongo-hacker/issues"
}
}