Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
	"name": "@fbinhouse/devops-job-queue",
	"version": "3.1.8",
	"description": "A job queue used by devops-slappy and devops-eve to do stuff.",
	"homepage": "https://bitbucket.org/fbinhouse/inhouse-devops-job-queue#readme",
	"license": "ISC",
	"scripts": {
		"removeTestMongo": "docker rm -f jobqueue_mongo || true",
		"startTestMongo": "docker run -d -p 8421:27017 --name=jobqueue_mongo mongo:4",
		"stopTestMongo": "docker stop jobqueue_mongo",
		"pretest": "npm run removeTestMongo && npm run startTestMongo",
		"test": "node test/index.js",
		"posttest": "npm run stopTestMongo",
		"lint": "eslint --ext .js src test",
		"prepublishOnly": "npm run lint"
	},
	"main": "./src/index.js",
	"repository": {
		"type": "git",
		"url": "git+ssh://git@bitbucket.org/fbinhouse/inhouse-devops-job-queue.git"
	},
	"publishConfig": {
		"registry": "https://npm.fury.io/fbinhouse/"
	},
	"author": "Philip Nicholls",
	"files": [
		"src"
	],
	"dependencies": {
		"child_process": "^1.0.2",
		"moment-timezone": "^0.5.21",
		"mongodb": "^3.7.3",
		"uuid": "^3.3.2"
	},
	"devDependencies": {
		"babel-eslint": "^9.0.0",
		"eslint": "^5.16.0",
		"eslint-config-standard": "^12.0.0",
		"eslint-plugin-html": "^4.0.5",
		"eslint-plugin-import": "^2.14.0",
		"eslint-plugin-node": "^7.0.1",
		"eslint-plugin-promise": "^4.0.1",
		"eslint-plugin-standard": "^4.0.0"
	}
}