forked from ether/ueberDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.26 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.26 KB
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" : "ueberDB",
"description" : "transform every database into a object key value store",
"url" : "https://github.com/Pita/ueberDB",
"keywords" : ["database", "keyvalue"],
"author" : "Etherpad Foundation",
"contributors" : [
{ "name": "John McLear"},
{ "name": "spcsser"},
{ "name": "Peter Martischka"}
],
"dependencies" : {
"mysql" : "2.6.1",
"dirty" : "0.9.x",
"async" : "0.1.15",
"channels" : "0.0.4",
"redis" : ">=0.12.1",
"pg" : "4.3.0",
"felix-couchdb" : "1.0.7",
"cassandra-driver" : "2.0.1"
},
"devDependencies": {
"log4js" : "0.6.22",
"mongodb" : "2.0.25"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/pita/ueberDB.git"
},
"main" : "./CloneAndAtomicLayer",
"version" : "0.2.15"
}