package.json 560 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "printable",
  3. "description": "print array like table into console",
  4. "version": "0.0.3",
  5. "repository": {
  6. "type": "git",
  7. "url": "git@github.com/dead-horse/printable.git"
  8. },
  9. "devDependencies": {
  10. "mocha": "*",
  11. "should": "*",
  12. "visionmedia-jscoverage": "*"
  13. },
  14. "author": "dead_horse <dead_horse@qq.com> (http://deadhorse.me)",
  15. "main": "./index.js",
  16. "scripts": {
  17. "test": "make test"
  18. },
  19. "engines": {
  20. "node": ">= 0.6"
  21. },
  22. "directories": {
  23. "lib": "./lib"
  24. },
  25. "keywords": [
  26. "print", "table"
  27. ]
  28. }