package.json 405 B

123456789101112131415161718
  1. {
  2. "name": "wordpressexporter",
  3. "version": "0.0.6",
  4. "description": "Prometheus exporter for WordPress",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "ssh://git@git.tum.dk:/tum.dk/wordpressexporter.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "http-proxy": "^1.18.1"
  17. }
  18. }