summaryrefslogtreecommitdiff
path: root/package.json
blob: b8729d7be2bee6fc4504ae388182d6fc9a99f1bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "bridge",
  "version": "2.0.0",
  "description": "",
  "main": "server.js",
  "dependencies": {
    "amqplib": "^0.5.1",
    "bluebird": "^3.5.0",
    "express": "^4.15.3",
    "http": "^0.0.0",
    "mysql2": "^1.3.6",
    "request": "^2.81.0",
    "request-promise": "^4.2.1",
    "sequelize": "^4.3.2",
    "webstomp-client": "^1.0.6",
    "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",
    "start": "node server.js"
  },
  "author": "schneefux",
  "license": "UNLICENSED"
}