package.json 423 B

1234567891011121314151617181920212223
  1. {
  2. "name": "better-console",
  3. "version": "1.0.1",
  4. "description": "A better console for Node.js",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/mohsen1/better-console"
  12. },
  13. "keywords": [
  14. "console"
  15. ],
  16. "author": "Mohsen Azimi",
  17. "license": "BSD",
  18. "dependencies": {
  19. "chalk": "^1.1.3",
  20. "cli-table": "~0.3.1"
  21. }
  22. }