-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 834 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 834 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
38
39
{
"name": "mongo-col",
"description": "mongoDB collection wrapper",
"version": "1.0.5",
"author": "Raynos <raynos2@gmail.com>",
"contributors": [
{
"name": "Raynos",
"email": "raynos2@gmail.com",
"url": "http://raynos.org"
}
],
"dependencies": {
"mongodb": "~1.1.7",
"xtend": "~1.0.3",
"cached-events": "0.0.1",
"replaying": "~0.1.3",
"cached-operation": "~0.1.0"
},
"scripts": {
"test": "tap --stderr --tap ./test",
"benchmark": "node benchmarks/benchmarks.js"
},
"devDependencies": {
"node-uuid": "1.3.3",
"tap": "~0.3.1",
"mongoskin": "~0.4.4",
"mongoose": "~3.1.2"
},
"keywords": [
"mongo",
"db",
"database",
"collection",
"orm"
],
"repository": "git://github.com/Raynos/mongo-col.git",
"main": "index.js"
}