Search DuckDuckGo from the command-line

package.json 579B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "search-pane",
  3. "version": "1.0.0",
  4. "description": "Search duckduckgo from the terminal",
  5. "main": "seach-pane2",
  6. "dependencies": {
  7. "blessed": "^0.1.81",
  8. "python-shell": "^0.4.0"
  9. },
  10. "devDependencies": {},
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git@mule.hallada.net:search-pane.git"
  17. },
  18. "keywords": [
  19. "blessed",
  20. "ncurses",
  21. "duckduckgo",
  22. "ddg",
  23. "search",
  24. "terminal",
  25. "console"
  26. ],
  27. "author": "Tyler Hallada",
  28. "license": "MIT"
  29. }