28 lines
580 B
JSON
28 lines
580 B
JSON
|
|
{
|
|||
|
|
"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"
|
|||
|
|
}
|
|||
|
|
}
|