-
Notifications
You must be signed in to change notification settings - Fork 181
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 KB
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
43
44
45
46
47
{
"name": "javascript-auto-complete",
"version": "1.0.4",
"description": "An extremely lightweight vanilla JavaScript completion suggester.",
"homepage": "https://github.com/SchipholRedesign/JavaScript-autoComplete",
"main": "auto-complete.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SchipholRedesign/JavaScript-autoComplete.git"
},
"authors": [{
"name": "Simon Steinberger",
"email": "simon@pixabay.com",
"url": "https://pixabay.com/users/Simon/"
}],
"contributors": [{
"name" : "Michiel Renty",
"email" : "michiel@mrenty.com",
"url" : "http://mrenty.com/"
}],
"keywords": [
"autocomplete",
"autosuggest",
"autosuggester",
"suggest",
"suggester",
"completer",
"select",
"dropdown",
"ajax"
],
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"bugs": {
"url": "https://github.com/SchipholRedesign/JavaScript-autoComplete/issues"
},
"ignore": [
"bower.json",
"demo.html",
"readme.md"
]
}