You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
455 B

4 years ago
  1. {
  2. "name": "es6-templates",
  3. "version": "0.2.3",
  4. "homepage": "https://github.com/square/es6-templates",
  5. "authors": [
  6. "Brian Donovan <donovan@squareup.com>"
  7. ],
  8. "description": "ES6 template strings compiled to ES5.",
  9. "main": "lib/index.js",
  10. "keywords": [
  11. "es6",
  12. "template string",
  13. "string",
  14. "interpolation",
  15. "tagged template"
  16. ],
  17. "license": "Apache 2",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "test"
  22. ]
  23. }