forked from mongolab/mongodb-uri-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 736 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 736 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
{
"name": "@wernfried/mongodb-uri",
"version": "0.9.11",
"description": "A parser and formatter for MongoDB URIs.",
"keywords": [
"mongodb",
"uri",
"url",
"parser",
"formatter",
"mongoose"
],
"author": "MongoLab <support@mongolab.com>",
"contributors": [
"Jared D. Cottrell <jared@mongolab.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wernfried/mongodb-uri-node.git"
},
"homepage": "git+https://github.com/wernfried/mongodb-uri-node",
"license": "MIT",
"main": "mongodb-uri",
"devDependencies": {
"should": "1.2.x"
},
"engines": {
"node": ">= 0.6.0"
}
}