github.com/nsqio/nsq@v1.3.0/nsqadmin/package.json (about)

     1  {
     2    "name": "nsqadmin",
     3    "version": "0.3.0",
     4    "description": "operational dashboard for NSQ (https://nsq.io/)",
     5    "repository": {
     6      "type": "git",
     7      "url": ""
     8    },
     9    "scripts": {
    10      "lint": "eslint static/js"
    11    },
    12    "devDependencies": {
    13      "browserify": "^17.0.0",
    14      "eslint": "^8.52.0",
    15      "gulp": "^4.0.2",
    16      "gulp-clean": "^0.4.0",
    17      "gulp-cli": "^2.3.0",
    18      "gulp-dart-sass": "^1.0.2",
    19      "gulp-notify": "^4.0.0",
    20      "gulp-sourcemaps": "^3.0.0",
    21      "gulp-task-listing": "^1.1.0",
    22      "gulp-uglify": "^3.0.2",
    23      "handlebars": "^4.7.7",
    24      "hbsfy": "^2.8.1",
    25      "vinyl-buffer": "^1.0.1",
    26      "vinyl-source-stream": "^2.0.0"
    27    },
    28    "dependencies": {
    29      "backbone": "^1.4.0",
    30      "bootbox": "^5.5.2",
    31      "bootstrap": "^3.4.1",
    32      "jquery": "^3.6.0",
    33      "moment": "^2.29.1",
    34      "underscore": "^1.13.1"
    35    },
    36    "browserify": {
    37      "transform": [
    38        "hbsfy"
    39      ]
    40    }
    41  }