UNPKG

1.3 kBJSONView Raw
1{
2 "name": "@hawtio/node-backend",
3 "version": "3.0.2",
4 "description": "Backend services for hawtio v3",
5 "main": "index.js",
6 "types": "index.d.ts",
7 "scripts": {
8 "start": "gulp",
9 "build": "gulp build"
10 },
11 "dependencies": {
12 "@types/node": "^7.0.31",
13 "body-parser": "^1.17.2",
14 "connect-livereload": "^0.6.0",
15 "event-stream": "^3.3.4",
16 "express": "^4.15.3",
17 "express-ws": "^3.0.0",
18 "http-proxy": "^1.16.2",
19 "js-logger": "^1.3.0",
20 "lodash": "^4.17.4",
21 "request": "^2.81.0",
22 "tiny-lr": "^1.0.5",
23 "underscore.string": "^3.3.4",
24 "urijs": "^1.18.10"
25 },
26 "devDependencies": {
27 "del": "^3.0.0",
28 "gulp": "^3.9.1",
29 "gulp-typescript": "^3.1.7",
30 "typescript": "^2.1.5"
31 },
32 "license": "Apache-2.0",
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/hawtio/hawtio-node-backend.git"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "resolutions": {
41 "body-parser": "1.17.2",
42 "bytes": "2.4.0",
43 "debug": "2.6.7",
44 "depd": "1.1.0",
45 "iconv-lite": "0.4.15",
46 "on-finished": "2.3.0",
47 "qs": "6.4.0",
48 "raw-body": "2.2.0",
49 "type-is": "1.6.15",
50 "ms": "2.0.0",
51 "ee-first": "1.1.1",
52 "mime-types": "2.1.15",
53 "mime-db": "1.27.0",
54 "assert-plus": "1.0.0"
55 }
56}