This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/bootstrap-json/package.json
2022-11-04 00:48:45 +01:00

29 lines
646 B
JSON

{
"name": "bootstrap-json",
"version": "1.0.0",
"description": "Express.js middleware that proxies ember cli requests and fetches bootstrap json",
"author": "Discourse",
"license": "GPL-2.0-only",
"keywords": [
"ember-addon"
],
"ember-addon": {
"before": [
"serve-files-middleware",
"history-support-middleware",
"proxy-server-middleware"
]
},
"engines": {
"node": "16.* || >= 18"
},
"dependencies": {
"clean-base-url": "^1.0.0",
"discourse-plugins": "workspace:*",
"express": "^4.18.2",
"html-entities": "^2.3.3",
"jsdom": "^20.0.2",
"node-fetch": "^2.6.6"
}
}