Brak opisu

package.json 995B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "align-text",
  3. "description": "Align the text in a string.",
  4. "version": "0.1.4",
  5. "homepage": "https://github.com/jonschlinkert/align-text",
  6. "author": {
  7. "name": "Jon Schlinkert",
  8. "url": "https://github.com/jonschlinkert"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/jonschlinkert/align-text.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/jonschlinkert/align-text/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. "kind-of": "^3.0.2",
  30. "longest": "^1.0.1",
  31. "repeat-string": "^1.5.2"
  32. },
  33. "devDependencies": {
  34. "mocha": "*",
  35. "should": "*",
  36. "word-wrap": "^1.0.3"
  37. },
  38. "keywords": [
  39. "align",
  40. "align-center",
  41. "alignment",
  42. "center",
  43. "center-align",
  44. "indent",
  45. "pad",
  46. "padding",
  47. "right",
  48. "right-align",
  49. "text",
  50. "typography"
  51. ]
  52. }