HTML templating library for JS
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.

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