mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
54 lines
1.3 KiB
JSON
Executable File
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": "[](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"
|
|
}
|