forked from rethinkdb/rethinkdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
18 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "name" : "rethinkdb"
, "version" : "2.0.0-RC2"
, "main" : "rethinkdb"
, "description" : "This package provides the JavaScript driver library for the RethinkDB database server for use either from node or your web-browser."
, "keywords" : ["database", "NoSQL", "reql", "query language"]
, "homepage" : "http://rethinkdb.com"
, "bugs" :
{ "url" : "http://github.com/rethinkdb/rethinkdb/issues"
, "email" : "bugs@rethinkdb.com"
}
, "files" : ["rethinkdb.js", "ast.js", "net.js", "util.js", "errors.js", "cursor.js", "README.md", "proto-def.js"]
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/rethinkdb/rethinkdb.git"
}
, "engines" : { "node": ">= 0.10.0" }
, "dependencies" : { "bluebird": ">= 2.3.2 < 3" }
}