mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-03-18 21:30:38 +01:00
add repository, use MIT license
This commit is contained in:
@@ -48,4 +48,8 @@ app.use(promBundle({
|
|||||||
app.get("/hello", (req, res) => res.send("ok"));
|
app.get("/hello", (req, res) => res.send("ok"));
|
||||||
|
|
||||||
app.listen(3000);
|
app.listen(3000);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
MIT
|
||||||
12
package.json
12
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "express-prom-bundle",
|
"name": "express-prom-bundle",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"description": "express middleware with popular prometheus metrics in one bundle",
|
"description": "express middleware with popular prometheus metrics in one bundle",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@@ -12,8 +12,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node_modules/jasme/run.js"
|
"test": "node_modules/jasme/run.js"
|
||||||
},
|
},
|
||||||
"author": "Konstantin Pogorelov <or@pluseq.com> (https://github.com/disjunction)",
|
"author": "Konstantin Pogorelov <or@pluseq.com>",
|
||||||
"license": "ISC",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"on-finished": "^2.3.0",
|
"on-finished": "^2.3.0",
|
||||||
"prom-client": "^3.4.0"
|
"prom-client": "^3.4.0"
|
||||||
@@ -23,5 +23,9 @@
|
|||||||
"express": "^4.13.4",
|
"express": "^4.13.4",
|
||||||
"jasme": "^4.1.1",
|
"jasme": "^4.1.1",
|
||||||
"supertest": "^1.2.0"
|
"supertest": "^1.2.0"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/jochen-schweizer/express-prom-bundle.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user