package.json 283 B

123456789101112131415
  1. {
  2. "name": "hci-http-monitor",
  3. "version": "0.0.3",
  4. "description": "",
  5. "main": "index.js",
  6. "author": "",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "keywords": [],
  11. "license": "ISC",
  12. "dependencies": {
  13. "mime-types": "^2.1.12"
  14. }
  15. }