-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 799 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 799 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
{
"name": "mongodb-uri",
"version": "0.9.7",
"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": "https://github.com/mongolab/mongodb-uri-node.git"
},
"homepage": "https://github.com/mongolab/mongodb-uri-node",
"license": "MIT",
"main": "mongodb-uri",
"devDependencies": {
"jake": "0.5.x",
"mocha": "1.9.x",
"should": "1.2.x",
"jake-mocha": "0.9.x"
},
"scripts": {
"test": "jake --trace"
},
"engines": {
"node": ">= 0.6.0"
}
}