123456789101112131415161718192021222324252627 |
- {
- "name": "omelette",
- "description": "Omelette.js Simple Autocompletion Helper for Node",
- "keywords": [
- "autocompletion",
- "complete",
- "bash completion",
- "zsh completion"
- ],
- "author": "Fatih Kadir Akın <fka@fatihak.in>",
- "version": "0.4.5",
- "licenses": [
- {
- "type": "MIT"
- }
- ],
- "engines": {
- "node": ">=0.8.0"
- },
- "main": "./src/omelette.js",
- "homepage": "https://github.com/f/omelette",
- "bugs": "https://github.com/f/omelette/issues",
- "repository": {
- "type": "git",
- "url": "git://github.com/f/omelette.git"
- }
- }
|