Geen omschrijving

package.json 896B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "fancy-log",
  3. "version": "1.3.2",
  4. "description": "Log things, prefixed with a timestamp",
  5. "author": "Blaine Bublitz <blaine.bublitz@gmail.com>",
  6. "contributors": [
  7. "Aman Mittal (http://amandeepmittal.github.io/)"
  8. ],
  9. "repository": "js-cli/fancy-log",
  10. "license": "MIT",
  11. "engines": {
  12. "node": ">= 0.10"
  13. },
  14. "main": "index.js",
  15. "files": [
  16. "LICENSE",
  17. "index.js"
  18. ],
  19. "scripts": {
  20. "test": "lab -cvL test.js"
  21. },
  22. "dependencies": {
  23. "ansi-gray": "^0.1.1",
  24. "color-support": "^1.1.3",
  25. "time-stamp": "^1.0.0"
  26. },
  27. "devDependencies": {
  28. "@phated/eslint-config-iceddev": "^0.2.1",
  29. "code": "^1.5.0",
  30. "eslint": "^1.3.1",
  31. "eslint-plugin-mocha": "^0.5.1",
  32. "eslint-plugin-react": "^3.3.1",
  33. "lab": "^5.16.0"
  34. },
  35. "keywords": [
  36. "console.log",
  37. "log",
  38. "logger",
  39. "logging",
  40. "pretty",
  41. "timestamp"
  42. ]
  43. }