2022-11-16 05:58:10 -05:00
|
|
|
{
|
|
|
|
"name": "bootstrap-json",
|
|
|
|
"version": "1.0.0",
|
2023-11-10 06:16:06 -05:00
|
|
|
"description": "Express.js middleware which injects ember-cli asset URLs into Discourse's HTML",
|
2022-11-16 05:58:10 -05:00
|
|
|
"author": "Discourse",
|
|
|
|
"license": "GPL-2.0-only",
|
|
|
|
"keywords": [
|
|
|
|
"ember-addon"
|
|
|
|
],
|
|
|
|
"ember-addon": {
|
|
|
|
"before": [
|
2023-11-15 09:43:01 -05:00
|
|
|
"broccoli-serve-files",
|
2022-11-16 05:58:10 -05:00
|
|
|
"proxy-server-middleware"
|
2023-11-15 09:43:01 -05:00
|
|
|
],
|
|
|
|
"after": [
|
|
|
|
"broccoli-watcher"
|
2022-11-16 05:58:10 -05:00
|
|
|
]
|
|
|
|
},
|
2023-06-30 07:01:45 -04:00
|
|
|
"devDependencies": {
|
2022-11-16 05:58:10 -05:00
|
|
|
"clean-base-url": "^1.0.0",
|
2024-02-29 16:53:08 -05:00
|
|
|
"express": "^4.18.3",
|
2023-11-10 06:16:06 -05:00
|
|
|
"glob": "^10.3.10",
|
2023-06-26 07:16:09 -04:00
|
|
|
"html-entities": "^2.4.0",
|
2024-01-08 06:51:23 -05:00
|
|
|
"html-rewriter-wasm": "^0.4.1",
|
2023-07-25 21:21:25 -04:00
|
|
|
"node-fetch": "^3.3.2"
|
2023-06-30 07:01:45 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-02-27 04:48:30 -05:00
|
|
|
"node": ">= 18",
|
2023-06-30 07:01:45 -04:00
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
2022-11-16 05:58:10 -05:00
|
|
|
}
|
|
|
|
}
|