123456789101112131415161718 |
- {
- "name": "wordpressexporter",
- "version": "0.0.6",
- "description": "Prometheus exporter for WordPress",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "ssh://git@git.tum.dk:/tum.dk/wordpressexporter.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "http-proxy": "^1.18.1"
- }
- }
|