package.json 955 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "grunt-text-replace",
  3. "description": "Replace text in files using strings, regexs or functions.",
  4. "version": "0.3.12",
  5. "homepage": "https://github.com/yoniholmes/grunt-text-replace",
  6. "author": "Jonathan Holmes",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/yoniholmes/grunt-text-replace.git"
  10. },
  11. "bugs": {
  12. "url": "https://github.com/yoniholmes/grunt-text-replace/issues"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "https://github.com/yoniholmes/grunt-text-replace.git/blob/master/LICENSE-MIT"
  18. }
  19. ],
  20. "main": "Gruntfile.js",
  21. "engines": {
  22. "node": ">= 0.8.0"
  23. },
  24. "scripts": {
  25. "test": "grunt --force"
  26. },
  27. "devDependencies": {
  28. "grunt-contrib-jshint": ">= 0.6.3",
  29. "grunt-contrib-nodeunit": ">= 0.2.0",
  30. "grunt": ">= 0.4.1"
  31. },
  32. "keywords": [
  33. "gruntplugin",
  34. "replace",
  35. "text",
  36. "string",
  37. "regex",
  38. "function"
  39. ],
  40. "dependencies": {}
  41. }