<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
  "name": "passenger",
  "version": "0.0.0",
  "description": "A fast and robust web server and application server for Ruby, Python and Node.js",
  "main": "index.js",
  "devDependencies": {
    "@babel/core": "^7.23.5",
    "@babel/preset-env": "^7.23.5",
    "@babel/preset-react": "^7.23.3",
    "babel-loader": "^8.3.0",
    "body-parser": "^1.20.2",
    "css-loader": "^6.8.1",
    "css-minimizer-webpack-plugin": "^3.4.1",
    "express": "^4.19.2",
    "jquery": "^3.7.1",
    "mini-css-extract-plugin": "^2.7.6",
    "mocha": "^11.1.0",
    "multer": "^1.4.4-lts.1",
    "preact": "^8.5.3",
    "should": "^2.1.1",
    "sinon": "^1.17.7",
    "style-loader": "^3.3.3",
    "terser-webpack-plugin": "^5.3.9",
    "webpack": "^5.89.0",
    "webpack-cli": "^4.10.0"
  },
  "scripts": {
    "test": "rake test:node"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/phusion/passenger.git"
  },
  "author": "Phusion <info@phusion.nl>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/phusion/passenger/issues"
  },
  "homepage": "https://www.phusionpassenger.com"
}
