Files
zoff/server/node_modules/monk/package.json

54 lines
1.3 KiB
JSON
Executable File

{
"name": "monk",
"version": "1.0.1",
"main": "lib/monk.js",
"tags": [
"mongodb",
"mongo",
"driver"
],
"repository": {
"type": "git",
"url": "git://github.com/LearnBoost/monk.git"
},
"dependencies": {
"mongoskin": "1.4.13",
"debug": "*",
"mpromise": "0.5.1"
},
"devDependencies": {
"mocha": "*",
"expect.js": "0.1.x",
"promises-aplus-tests": "2.0.x"
},
"scripts": {
"test": "make test"
},
"gitHead": "4b0114440d91d1c570b30c713c3f4613e4b5933d",
"description": "[![build status](https://secure.travis-ci.org/Automattic/monk.png?branch=master)](https://secure.travis-ci.org/Automattic/monk)",
"bugs": {
"url": "https://github.com/LearnBoost/monk/issues"
},
"homepage": "https://github.com/LearnBoost/monk",
"_id": "monk@1.0.1",
"_shasum": "56ad6623b5790fec4a5a69071fee7e75a2affac4",
"_from": "monk@",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "rauchg",
"email": "rauchg@gmail.com"
},
"maintainers": [
{
"name": "rauchg",
"email": "rauchg@gmail.com"
}
],
"dist": {
"shasum": "56ad6623b5790fec4a5a69071fee7e75a2affac4",
"tarball": "http://registry.npmjs.org/monk/-/monk-1.0.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/monk/-/monk-1.0.1.tgz"
}