Skip to content

Commit b6d3f75

Browse files
author
Tomas Kirda
committed
Add package.json. Fixes #214
1 parent 00cefad commit b6d3f75

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "devbridge-autocomplete",
3+
"version": "1.2.11",
4+
"description": "Autocomplete provides suggestions while you type into the text field.",
5+
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
6+
"author": "Tomas Kirda (https://twitter.com/tkirda)",
7+
"main": "dist/jquery.autocomplete.js",
8+
"license": "MIT",
9+
"dependencies": {
10+
"jquery": ">=1.7"
11+
}
12+
}

0 commit comments

Comments
 (0)