forked from mongodb/node-mongodb-native
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 1006 Bytes
/
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
27
28
29
30
{ "name" : "mongodb-native"
, "description" : "A node.js driver for MongoDB"
, "version" : "0.7.8"
, "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" ]
, "directories" : { "lib" : "./lib/" }
, "engines" : { "node" : ">=0.1.97" }
, "licenses" :
[ { "type" : "Apache License, Version 2.0"
, "url" : "http://www.apache.org/licenses/LICENSE-2.0"
}
]
}