package.json 593 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "caseless",
  3. "version": "0.12.0",
  4. "description": "Caseless object set/get/has, very useful when working with HTTP headers.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/mikeal/caseless"
  12. },
  13. "keywords": [
  14. "headers",
  15. "http",
  16. "caseless"
  17. ],
  18. "test": "node test.js",
  19. "author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
  20. "license": "Apache-2.0",
  21. "bugs": {
  22. "url": "https://github.com/mikeal/caseless/issues"
  23. },
  24. "devDependencies": {
  25. "tape": "^2.10.2"
  26. }
  27. }