package.json 1.3 KB

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