package.json 692 B

1234567891011121314151617181920
  1. {
  2. "name": "lodash.template",
  3. "version": "4.5.0",
  4. "description": "The Lodash method `_.template` exported as a module.",
  5. "homepage": "https://lodash.com/",
  6. "icon": "https://lodash.com/icon.svg",
  7. "license": "MIT",
  8. "keywords": "lodash-modularized, template",
  9. "author": "John-David Dalton <john.david.dalton@gmail.com>",
  10. "contributors": [
  11. "John-David Dalton <john.david.dalton@gmail.com>",
  12. "Mathias Bynens <mathias@qiwi.be>"
  13. ],
  14. "repository": "lodash/lodash",
  15. "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
  16. "dependencies": {
  17. "lodash._reinterpolate": "^3.0.0",
  18. "lodash.templatesettings": "^4.0.0"
  19. }
  20. }