package.json 636 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "simple-fmt",
  3. "version": "0.1.0",
  4. "description": "maximally minimal string formatting library",
  5. "main": "simple-fmt.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/olov/simple-fmt.git"
  9. },
  10. "keywords": [
  11. "fmt",
  12. "format",
  13. "formatting",
  14. "string",
  15. "template"
  16. ],
  17. "scripts": {
  18. "test": "tap test/*.js"
  19. },
  20. "devDependencies": {
  21. "tap": "~0.4.0"
  22. },
  23. "author": "Olov Lassus <olov.lassus@gmail.com>",
  24. "license": "MIT",
  25. "__npminstall_done": true,
  26. "_from": "simple-fmt@0.1.0",
  27. "_resolved": "https://registry.npmmirror.com/simple-fmt/-/simple-fmt-0.1.0.tgz"
  28. }