package.json 868 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "right-align",
  3. "description": "Right-align the text in a string.",
  4. "version": "0.1.3",
  5. "homepage": "https://github.com/jonschlinkert/right-align",
  6. "author": {
  7. "name": "Jon Schlinkert",
  8. "url": "https://github.com/jonschlinkert"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/jonschlinkert/right-align.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/jonschlinkert/right-align/issues"
  16. },
  17. "license": "MIT",
  18. "files": [
  19. "index.js"
  20. ],
  21. "main": "index.js",
  22. "engines": {
  23. "node": ">=0.10.0"
  24. },
  25. "scripts": {
  26. "test": "mocha"
  27. },
  28. "dependencies": {
  29. "align-text": "^0.1.1"
  30. },
  31. "devDependencies": {
  32. "mocha": "*",
  33. "should": "*"
  34. },
  35. "keywords": [
  36. "align",
  37. "align-center",
  38. "center",
  39. "center-align",
  40. "right",
  41. "right-align",
  42. "text",
  43. "typography"
  44. ]
  45. }