blob: 480fcb79cf6c55e283f43ac48ac9284a48fe603e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "cruncher",
"version": "2.0.0",
"description": "",
"main": "worker.js",
"dependencies": {
"amqplib": "^0.5.1",
"mysql": "^2.13.0",
"object-hash": "^1.1.7",
"sequelize": "^3.30.4",
"sleep-promise": "^2.0.0",
"winston": "^2.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "schneefux",
"license": "UNLICENSED"
}
|