1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| {
| "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"
| }
| }
|
|