HTML templating library for JS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 316B

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