mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-13 14:55:54 +10:00
35 lines
667 B
JSON
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"
|
|
}
|