blob: 2c49a8ff54dd4517201fbfc1b4c0fb7d015069ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "apigrabber",
"version": "2.0.0",
"description": "",
"main": "worker.js",
"dependencies": {
"amqplib": "^0.5.1",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"sleep-promise": "^2.0.0",
"snakecase-keys": "^1.1.0",
"superagent-jsonapify": "^1.4.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "schneefux",
"license": "UNLICENSED"
}
|