forked from devbridge/jQuery-Autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 845 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
{
"name": "@wettercom/jquery.autocomplete",
"version": "1.4.8",
"description": "Autocomplete provides suggestions while you type into the text field.",
"homepage": "https://github.com/wettercom/jQuery-Autocomplete",
"author": "Tomas Kirda (https://twitter.com/tkirda)",
"main": "dist/jquery.autocomplete.js",
"types": "./typings/jquery-autocomplete/jquery.autocomplete.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/wettercom/jQuery-Autocomplete.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"@types/jquery": "^2.0.32",
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1"
},
"files": [
"dist/",
"typings/jquery-autocomplete/*.d.ts",
"readme.md"
]
}