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

123456789101112131415
  1. {
  2. "name": "templish",
  3. "version": "0.0.3",
  4. "description": "HTML templating library for JS",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha test"
  8. },
  9. "author": "Martin Dørum Nygaard",
  10. "license": "MIT",
  11. "repository": {
  12. "type": "git",
  13. "url": "gogs@git.mort.coffee:mort/templish.git"
  14. }
  15. }