package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "grunt-replace",
  3. "description": "Replace text patterns with applause.",
  4. "version": "0.8.0",
  5. "homepage": "http://github.com/outaTiME/grunt-replace",
  6. "author": {
  7. "name": "outaTiME",
  8. "url": "http://outa.im/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "http://github.com/outaTiME/grunt-replace.git"
  13. },
  14. "bugs": {
  15. "url": "http://github.com/outaTiME/grunt-replace/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/outaTiME/grunt-replace/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "engines": {
  24. "node": ">= 0.10.0"
  25. },
  26. "scripts": {
  27. "release": "scripts/release.sh",
  28. "test": "grunt test"
  29. },
  30. "dependencies": {
  31. "chalk": "^0.5.0",
  32. "applause": "0.3.4"
  33. },
  34. "devDependencies": {
  35. "grunt": "^0.4.0",
  36. "grunt-contrib-clean": "^0.6.0",
  37. "grunt-contrib-jshint": "^0.10.0",
  38. "grunt-mocha-test": "^0.12.0",
  39. "grunt-contrib-watch": "^0.6.0"
  40. },
  41. "peerDependencies": {
  42. "grunt": "~0.4.0"
  43. },
  44. "keywords": [
  45. "gruntplugin",
  46. "replace",
  47. "replacement",
  48. "pattern",
  49. "patterns",
  50. "match",
  51. "text",
  52. "string",
  53. "regex",
  54. "regexp",
  55. "json",
  56. "yaml",
  57. "cson",
  58. "flatten"
  59. ],
  60. "files": [
  61. "tasks",
  62. "LICENSE-MIT"
  63. ],
  64. "__npminstall_done": true,
  65. "_from": "grunt-replace@0.8.0",
  66. "_resolved": "https://registry.npmmirror.com/grunt-replace/-/grunt-replace-0.8.0.tgz"
  67. }