45 lines
1.1 KiB
JSON
Executable file
45 lines
1.1 KiB
JSON
Executable file
{
|
|
"name": "mongod",
|
|
"description": "Start and stop a MongoDB server.",
|
|
"keywords": [
|
|
"mongodb",
|
|
"server",
|
|
"manager"
|
|
],
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/BrandonZacharie/node-mongod#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/BrandonZacharie/node-mongod/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/BrandonZacharie/node-mongod.git"
|
|
},
|
|
"author": {
|
|
"name": "Brandon Zacharie",
|
|
"email": "brandon.zacharie@gmail.com"
|
|
},
|
|
"main": "Mongod.js",
|
|
"scripts": {
|
|
"test": "istanbul cover -x test.js _mocha",
|
|
"lint": "npm run eslint && npm run remark",
|
|
"eslint": "eslint --ignore-path .gitignore **/*.js",
|
|
"remark": "remark ."
|
|
},
|
|
"dependencies": {
|
|
"promise-queue": "^2.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^2.11.15",
|
|
"eslint": "^3.13.0",
|
|
"fs-promise": "^1.0.0",
|
|
"istanbul": "^0.4.5",
|
|
"js-yaml": "^3.7.0",
|
|
"mocha": "^3.1.2",
|
|
"remark-cli": "^2.1.0",
|
|
"remark-preset-lint-recommended": "^1.0.0",
|
|
"uuid": "^3.0.1"
|
|
}
|
|
}
|