package.json 682 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "reduce-function-call",
  3. "version": "1.0.3",
  4. "description": "Reduce function calls in a string, using a callback",
  5. "keywords": [
  6. "string",
  7. "reduce",
  8. "replacement",
  9. "function",
  10. "call",
  11. "eval",
  12. "interpret"
  13. ],
  14. "author": "MoOx",
  15. "license": "MIT",
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/MoOx/reduce-function-call.git"
  19. },
  20. "files": [
  21. "CHANGELOG.md",
  22. "LICENSE",
  23. "README.md",
  24. "index.js"
  25. ],
  26. "dependencies": {
  27. "balanced-match": "^1.0.0"
  28. },
  29. "devDependencies": {
  30. "npmpub": "^4.1.0",
  31. "tape": "^4.0.3"
  32. },
  33. "scripts": {
  34. "test": "tape test",
  35. "release": "npmpub"
  36. }
  37. }