UNPKG

952 BJSONView Raw
1{
2 "name": "@hawtio/node-backend",
3 "version": "4.1.1",
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 "test": "true"
11 },
12 "dependencies": {
13 "@types/node": "^10.0.0",
14 "body-parser": "^1.18.0",
15 "connect-livereload": "^0.6.0",
16 "event-stream": "^4.0.0",
17 "express": "^4.16.0",
18 "express-ws": "^4.0.0",
19 "http-proxy": "^1.17.0",
20 "js-logger": "^1.6.0",
21 "lodash": "^4.17.4",
22 "request": "^2.81.0",
23 "tiny-lr": "^1.0.5",
24 "underscore.string": "^3.3.4",
25 "urijs": "^1.18.10"
26 },
27 "devDependencies": {
28 "del": "^4.0.0",
29 "gulp": "^4.0.0",
30 "gulp-typescript": "^5.0.0",
31 "typescript": "^3.0.0"
32 },
33 "license": "Apache-2.0",
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/hawtio/hawtio-node-backend.git"
37 },
38 "publishConfig": {
39 "access": "public"
40 }
41}