forked from mongodb/node-mongodb-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1.31 KB
/
package.json
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
{ "name" : "mongodb"
, "description" : "A node.js driver for MongoDB"
, "version" : "0.9.2"
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"
, "contributors" : [ "Nathan White <nw@nwhite.net>",
"Adam Wiggins <adam@heroku.com>",
"Ian Millington <idmillington@googlemail.com>",
"Aaron Heckmann <aaron.heckmann+github@gmail.com>",
"Ciaran Jessup <ciaranj@gmail.com>",
"Christoph Pojer",
"Erik Abele",
"Henrik Johansson <dahankzter@gmail.com>" ]
, "repository" : { "type" : "git"
, "url" : "http://github.com/christkv/node-mongodb-native.git" }
, "bugs" : { "mail" : "node-mongodb-native@googlegroups.com"
, "web" : "http://github.com/christkv/node-mongodb-native/issues" }
, "os" : [ "linux"
, "darwin"
, "freebsd" ]
, "main": "./lib/mongodb/index"
, "directories" : { "lib" : "./lib/mongodb" }
, "engines" : { "node" : ">=0.4.0" }
, "scripts": { "install" : "./install.sh" }
, "licenses" : [ { "type" : "Apache License, Version 2.0"
, "url" : "http://www.apache.org/licenses/LICENSE-2.0" } ]
}