forked from koding/koding
-
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) · 690 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 690 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
{
"author": "Christopher Thorn <chris@koding.com> (http://koding.com)",
"name": "bongo",
"description": "Unfancy models for MongoDB",
"version": "0.0.0",
"homepage": "https://github.com/koding/bongo",
"repository": {
"type": "git",
"url": "git@github.com:koding/bongo.git"
},
"main": "lib/index.js",
"engines": {
"node": ">=0.4"
},
"dependencies": {
"amqp": "0.2.5",
"coffee-script": "1.3.3",
"debug": "2.3.0",
"dnode": "0.9.x",
"eventemitter2": "3.0.1",
"hat": "0.0.x",
"jspath": "*",
"mongodb": "*",
"mongoskin": "*",
"traverse": "0.6.6",
"underscore": "*",
"validator": "*"
},
"devDependencies": {}
}