package.json 593 B

12345678910111213141516171819202122232425262728
  1. {
  2. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  3. "name": "npmlog",
  4. "description": "logger for npm",
  5. "version": "4.1.2",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/npm/npmlog.git"
  9. },
  10. "main": "log.js",
  11. "files": [
  12. "log.js"
  13. ],
  14. "scripts": {
  15. "test": "standard && tap test/*.js"
  16. },
  17. "dependencies": {
  18. "are-we-there-yet": "~1.1.2",
  19. "console-control-strings": "~1.1.0",
  20. "gauge": "~2.7.3",
  21. "set-blocking": "~2.0.0"
  22. },
  23. "devDependencies": {
  24. "standard": "~7.1.2",
  25. "tap": "~5.7.3"
  26. },
  27. "license": "ISC"
  28. }