forked from phusion/passenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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.18.2",
"jquery": "^3.7.1",
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^9.2.2",
"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"
}