-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 693 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "mongolian",
"description": "Mongolian DeadBeef is an awesome Mongo DB node.js driver",
"version": "0.1.18",
"homepage": "https://github.com/marcello3d/node-mongolian",
"repository": "git://github.com/marcello3d/node-mongolian.git",
"author": "Marcello Bastéa-Forte <marcello@cellosoft.com> (http://marcello.cellosoft.com/)",
"main": "mongolian.js",
"keywords": ["mongo", "mongodb", "database", "db", "nosql"],
"dependencies": {
"buffalo": "0.1.3",
"waiter": "0.1.1",
"taxman": "0.1.1"
},
"devDependencies": {
"nodeunit": "0.6.4"
},
"scripts": {
"test": "node_modules/.bin/nodeunit test"
},
"engines": {
"node": ">=0.4.0"
}
}