Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

bower.json 455B

1234567891011121314151617181920212223
  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. }