bee-queue-ui
Version:
Front-end web interface for Bee Queue Job Manager
48 lines (46 loc) • 1.07 kB
JSON
{
"name": "bee-queue-ui",
"version": "0.2.2",
"description": "Front-end web interface for Bee Queue Job Manager",
"main": "index.js",
"dependencies": {
"bee-queue": "^0.3.0",
"bluebird": "^2.9.24",
"body-parser": "^1.13.3",
"consolidate": "~0.10.0",
"dustjs-linkedin": "~2.5.1",
"express": "^4.13.1",
"less": "~2.1.2",
"lodash": "~2.4.1",
"q": "~1.1.2",
"redis": "~0.12.1"
},
"devDependencies": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Hospo360/bee-queue-ui.git"
},
"keywords": [
"bee-queue-ui",
"bee-queue",
"redis",
"job"
],
"author": "Shane King <=> (http://lotsofprojects.com/)",
"contibutors": [
{
"name" : "Kelly Krook",
"url" : "https://github.com/KellyKMK89"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Hospo360/bee-queue-ui/issues"
},
"homepage": "https://github.com/Hospo360/bee-queue-ui"
}