bower.json 259 B

123456789101112131415161718192021
  1. {
  2. "name": "po2json",
  3. "version": "0.4.6",
  4. "ignore": [
  5. "**/.*",
  6. "test",
  7. "lib",
  8. "*.md",
  9. ".json",
  10. ".yml",
  11. "package.json",
  12. "*.js"
  13. ],
  14. "keywords": [
  15. "i18n",
  16. "l10n",
  17. "gettext",
  18. "po"
  19. ],
  20. "license": "LGPL"
  21. }