package.json 580 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "omelette",
  3. "description": "Omelette.js Simple Autocompletion Helper for Node",
  4. "keywords": [
  5. "autocompletion",
  6. "complete",
  7. "bash completion",
  8. "zsh completion"
  9. ],
  10. "author": "Fatih Kadir Akın <fka@fatihak.in>",
  11. "version": "0.4.5",
  12. "licenses": [
  13. {
  14. "type": "MIT"
  15. }
  16. ],
  17. "engines": {
  18. "node": ">=0.8.0"
  19. },
  20. "main": "./src/omelette.js",
  21. "homepage": "https://github.com/f/omelette",
  22. "bugs": "https://github.com/f/omelette/issues",
  23. "repository": {
  24. "type": "git",
  25. "url": "git://github.com/f/omelette.git"
  26. }
  27. }