package.json 559 B

123456789101112131415161718192021222324
  1. {
  2. "name": "tsml",
  3. "version": "1.0.1",
  4. "description": "ES6 template string tag for multi-line cleaning - squash multi-line strings into a single line",
  5. "main": "tsml.js",
  6. "scripts": {
  7. "test": "node ./test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/rvagg/tsml.git"
  12. },
  13. "keywords": [
  14. "template",
  15. "templatestring",
  16. "es6"
  17. ],
  18. "author": "Rod Vagg <rod@vagg.org>",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/rvagg/tsml/issues"
  22. },
  23. "homepage": "https://github.com/rvagg/tsml"
  24. }