package.json 647 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "expand-template",
  3. "version": "2.0.3",
  4. "description": "Expand placeholders in a template string",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/ralphtheninja/expand-template.git"
  9. },
  10. "homepage": "https://github.com/ralphtheninja/expand-template",
  11. "scripts": {
  12. "test": "tape test.js && standard"
  13. },
  14. "keywords": [
  15. "template",
  16. "expand",
  17. "replace"
  18. ],
  19. "author": "LM <ralphtheninja@riseup.net>",
  20. "license": "(MIT OR WTFPL)",
  21. "dependencies": {},
  22. "devDependencies": {
  23. "standard": "^12.0.0",
  24. "tape": "^4.2.2"
  25. },
  26. "engines": {
  27. "node": ">=6"
  28. }
  29. }