blob: c79752a634131745a10a858d58420a8faa598165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "sampler",
"version": "2.14.0",
"description": "",
"main": "worker.js",
"dependencies": {
"amqplib": "^0.5.1",
"cache-manager": "^2.4.0",
"mysql2": "^1.4.0",
"sequelize": "^4.4.2",
"winston": "^2.3.1",
"winston-datadog": "^1.1.0",
"winston-loggly-bulk": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "schneefux",
"license": "UNLICENSED"
}
|