-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 912 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
{
"name": "ezmongo",
"version": "1.0.0",
"author": "Aaron Silverman",
"license": "MIT",
"description": "Easy and light weight interface wrapping the native node.js mongo driver",
"keywords": [
"mongodb"
],
"main": "index.js",
"scripts": {
"test": "nodeunit test/testEzMongo.js"
},
"repository": {
"type": "git",
"url": "[email protected]:Zugwalt/ezmongo.git"
},
"dependencies": {
"async": "^1.5.2",
"mongodb": "^4.1.1",
"shortid": "^2.2.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"nodeunit-async": "0.0.5"
},
"readme": "Easy and light weight interface wrapping the native node.js mongo driver.\n\nDocumentation and examples at [https://github.com/Zugwalt/ezmongo](https://github.com/Zugwalt/ezmongo)",
"readmeFilename": "README.md",
"homepage": "https://github.com/Zugwalt/ezmongo",
"_id": "[email protected]",
"_from": "ezmongo@"
}