anton2
Version:
Fantastic Job Queue Worker
39 lines (38 loc) • 822 B
JSON
{
"name": "anton2",
"version": "1.0.1",
"description": "Fantastic Job Queue Worker",
"main": "index.js",
"scripts": {
"test": "scripts/test.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/antonproject/anton.git"
},
"keywords": [
"Fantastic",
"queue",
"job",
"worker"
],
"author": "Marcos Bérgamo <marcos@thedon.com.br>",
"license": "MIT",
"bugs": {
"url": "https://github.com/antonproject/anton/issues"
},
"homepage": "https://github.com/antonproject/anton",
"dependencies": {
"bluebird": "2.9.32",
"bull": "0.4.0",
"lodash": "3.10.0",
"mongoose": "4.0.6",
"sendgrid-mustacher": "1.0.1"
},
"devDependencies": {
"chai": "^3.1.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
"mocha": "^2.2.5"
}
}