forked from mongodb/node-mongodb-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·26 lines (26 loc) · 1.32 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.6-5"
, "author" : "Christian Amor Kvalheim <[email protected]>"
, "contributors" : [ "Nathan White <[email protected]>",
"Adam Wiggins <[email protected]>",
"Ian Millington <[email protected]>",
"Aaron Heckmann <[email protected]>",
"Ciaran Jessup <[email protected]>",
"Christoph Pojer",
"Erik Abele",
"Henrik Johansson <[email protected]>" ]
, "repository" : { "type" : "git"
, "url" : "http://github.com/christkv/node-mongodb-native.git" }
, "bugs" : { "mail" : "[email protected]"
, "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" : "bash ./install.sh" }
, "licenses" : [ { "type" : "Apache License, Version 2.0"
, "url" : "http://www.apache.org/licenses/LICENSE-2.0" } ]
}