package.json 908 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "tfunk",
  3. "version": "4.0.0",
  4. "description": "Multi-colour console output from chalk with added awesome",
  5. "repository": "shakyShane/tfunk",
  6. "keywords": [
  7. "color",
  8. "colour",
  9. "colors",
  10. "terminal",
  11. "console",
  12. "cli",
  13. "string",
  14. "styles",
  15. "formatting",
  16. "rgb",
  17. "shell",
  18. "xterm",
  19. "log",
  20. "logging",
  21. "command-line",
  22. "text"
  23. ],
  24. "files": [
  25. "index.js",
  26. "lib"
  27. ],
  28. "scripts": {
  29. "lint": "jshint test/*.js index.js",
  30. "test": "npm run lint && mocha"
  31. },
  32. "author": "Shane Osbourne",
  33. "license": "MIT",
  34. "dependencies": {
  35. "chalk": "^1.1.3",
  36. "dlv": "^1.1.3"
  37. },
  38. "devDependencies": {
  39. "chai": "^1.10.0",
  40. "jshint": "^2.6.0",
  41. "mocha": "^8.2.0",
  42. "pegjs": "^0.8.0"
  43. },
  44. "__npminstall_done": true,
  45. "_from": "tfunk@4.0.0",
  46. "_resolved": "https://registry.npmmirror.com/tfunk/-/tfunk-4.0.0.tgz"
  47. }