-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 856 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 856 Bytes
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
{
"name": "mongodb-dba-tools",
"version": "4.2.3",
"description": "MongoDB Database Administrators' Tools",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anars/mongodb-dba-tools.git"
},
"keywords": [
"MongoDB",
"Document Oriented Database",
"DBA",
"Database Administration",
"Database Administrator",
"Tools",
"Monitor",
"Stats",
"Database"
],
"author": "Kay Anar",
"license": "ISC",
"bugs": {
"url": "https://github.com/anars/mongodb-dba-tools/issues"
},
"homepage": "https://github.com/anars/mongodb-dba-tools#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify-es": "^2.0.0"
}
}