package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "text-table",
  3. "version": "0.2.0",
  4. "description": "borderless text tables with alignment",
  5. "main": "index.js",
  6. "devDependencies": {
  7. "tap": "~0.4.0",
  8. "tape": "~1.0.2",
  9. "cli-color": "~0.2.3"
  10. },
  11. "scripts": {
  12. "test": "tap test/*.js"
  13. },
  14. "testling": {
  15. "files": "test/*.js",
  16. "browsers": [
  17. "ie/6..latest",
  18. "chrome/20..latest",
  19. "firefox/10..latest",
  20. "safari/latest",
  21. "opera/11.0..latest",
  22. "iphone/6",
  23. "ipad/6"
  24. ]
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "git://github.com/substack/text-table.git"
  29. },
  30. "homepage": "https://github.com/substack/text-table",
  31. "keywords": [
  32. "text",
  33. "table",
  34. "align",
  35. "ascii",
  36. "rows",
  37. "tabular"
  38. ],
  39. "author": {
  40. "name": "James Halliday",
  41. "email": "mail@substack.net",
  42. "url": "http://substack.net"
  43. },
  44. "license": "MIT",
  45. "__npminstall_done": true,
  46. "_from": "text-table@0.2.0",
  47. "_resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz"
  48. }