Files

35 lines
667 B
JSON

{
"name": "tabcomplete",
"version": "1.4.0",
"description": "Lightweight tab completion for inputs and textareas",
"filename": "tabcomplete.js",
"repository": {
"type": "git",
"url": "http://github.com/erming/tabcomplete"
},
"npmName": "tabcomplete",
"npmFileMap": [
{
"basePath": "/",
"files": [
"tabcomplete.js",
"tabcomplete.min.js"
]
}
],
"homepage": "https://github.com/erming/tabcomplete",
"keywords": [
"tab",
"complete",
"hint",
"hinting",
"input",
"textarea"
],
"dependencies": {
"jquery": ">=1.9"
},
"author": "Mattias Erming",
"license": "MIT"
}