-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 739 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "tabcomplete",
"author": "Mattias Erming",
"version": "1.5.3",
"description": "Lightweight tab completion for inputs and textareas",
"homepage": "https://github.com/erming/tabcomplete",
"repository": {
"type": "git",
"url": "http://github.com/erming/tabcomplete"
},
"npmName": "tabcomplete",
"npmFileMap": [
{
"basePath": "/src/",
"files": [
"*.js"
]
}
],
"filename": "tabcomplete.js",
"license": "MIT",
"keywords": [
"tab",
"complete",
"autocomplete",
"hint",
"hinting",
"input",
"textarea"
],
"dependencies": {
"jquery": ">=1.9"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.4.0"
}
}