-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1023 Bytes
/
package.json
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
39
40
41
42
{
"name": "jquery-autocomplete-js",
"version": "1.1.0",
"description": "The simplest jQuery plugin for creating autocomplete boxes with dynamically generated suggestions.",
"main": "autocomplete.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/styczynski/autocomplete-js"
},
"keywords": [
"lightweight",
"simple",
"jquery-addon",
"jquery-plugin",
"jquery",
"library",
"jquery-library",
"autocomplete",
"javascript",
"js",
"suggestion",
"suggestions",
"auto-complete"
],
"author": {
"name" : "Piotr Aleksander Styczynski",
"email" : "[email protected]",
"url" : "https://github.com/isis97"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/styczynski/autocomplete-js/issues",
"email": "[email protected]"
},
"homepage": "http://http://styczynski.ml/autocomplete-js/",
"dependencies": {
"jquery": "*"
}
}