package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "center-align",
  3. "description": "Center-align the text in a string.",
  4. "version": "0.1.3",
  5. "homepage": "https://github.com/jonschlinkert/center-align",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/center-align",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/center-align/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js",
  14. "utils.js"
  15. ],
  16. "main": "index.js",
  17. "engines": {
  18. "node": ">=0.10.0"
  19. },
  20. "scripts": {
  21. "test": "mocha"
  22. },
  23. "dependencies": {
  24. "align-text": "^0.1.3",
  25. "lazy-cache": "^1.0.3"
  26. },
  27. "devDependencies": {
  28. "mocha": "^2.2.0"
  29. },
  30. "keywords": [
  31. "align",
  32. "align-center",
  33. "center",
  34. "center-align",
  35. "right",
  36. "right-align",
  37. "text",
  38. "typography"
  39. ],
  40. "verb": {
  41. "related": {
  42. "description": "",
  43. "list": [
  44. "align-text",
  45. "right-align",
  46. "justified",
  47. "word-wrap"
  48. ]
  49. }
  50. },
  51. "__npminstall_done": true,
  52. "_from": "center-align@0.1.3",
  53. "_resolved": "https://registry.npmmirror.com/center-align/-/center-align-0.1.3.tgz"
  54. }