forked from kissjs/node-mongoskin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 797 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
31
32
33
34
35
36
37
38
39
{
"name": "mongoskin",
"description": "The future layer above node-mongodb-native",
"version": "0.6.0",
"author": "Gui Lin <[email protected]>",
"homepage": "https://github.com/kissjs/node-mongoskin",
"repository": {
"type": "git",
"url": "git://github.com/kissjs/node-mongoskin.git"
},
"bugs": {
"url": "https://github.com/kissjs/node-mongoskin/issues"
},
"main": "./index.js",
"keywords": [
"mongodb",
"database",
"nosql"
],
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"mongodb": "1.3.x"
},
"devDependencies": {
"mocha": "*",
"jscover": "*",
"should": "*"
},
"scripts": {
"test": "make test"
},
"directories": {
"example": "./examples",
"lib": "./lib/mongoskin"
},
"license": "MIT"
}