-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 723 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 723 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
{
"name": "mongolia",
"description": "Layer on top of the mongodb driver to implement data logic.",
"version": "1.5.1",
"author": "Pau Ramon <masylum@gmail.com>",
"contributors": [
{"name": "Pau Ramon", "email": "masylum@gmail.com"},
{"name": "Josep M. Bach", "email": "josep.m.bach@gmail.com"}
],
"keywords": ["mongo", "mongodb", "models", "database", "db"],
"main": "./index",
"dependencies": {
"mongodb": "=1.0.1",
"funk": "1.0.1",
"underscore": "1.1.6"
},
"devDependencies": {
"mocha": "*",
"testosterone": "1.2.0",
"sinon": "1.3.4"
},
"repository" : {"type": "git" , "url": "http://github.com/masylum/mongolia.git" },
"engines": { "node": ">= 0.4.0" }
}