package.json 586 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "shimmer",
  3. "version": "1.2.1",
  4. "description": "Safe(r) monkeypatching for JavaScript.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "standard && tap test/*.tap.js --coverage"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/othiym23/shimmer.git"
  12. },
  13. "keywords": [
  14. "monkeypatch",
  15. "swizzle",
  16. "wrapping",
  17. "danger",
  18. "hmm",
  19. "shim"
  20. ],
  21. "author": "Forrest L Norvell <ogd@aoaioxxysz.net>",
  22. "license": "BSD-2-Clause",
  23. "devDependencies": {
  24. "sinon": "^7.2.2",
  25. "standard": "^12.0.1",
  26. "tap": "^12.1.1"
  27. }
  28. }