forked from fitiskin/jquery-autocompleter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 928 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
{
"name": "jquery-autocompleter",
"id": "autocompleter",
"codename": "jquery.autocompleter",
"version": "0.1.10",
"description": "Simple, easy, customisable and with localStorage cache support.",
"keywords": [
"jquery-plugin",
"autocomplete",
"cache",
"ajax",
"input",
"javascript",
"jquery"
],
"repository": {
"type": "git",
"url": "https://github.com/ArtemFitiskin/jquery-autocompleter"
},
"homepage": "https://github.com/ArtemFitiskin/jquery-autocompleter",
"demo": "http://artemfitiskin.github.io/jquery-autocompleter/",
"license": "MIT",
"author": {
"name": "Artem Fitiskin",
"email": "[email protected]",
"url": "http://artemfitiskin.ru"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-npm2bower-sync": "^0.8.1"
}
}