-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (39 loc) · 807 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
{
"name": "remote-list",
"version": "0.1.3",
"title": "A super-lightweight autocomplete / autosuggest plugin",
"author": {
"name": "Alexander Farkas",
"url": "https://github.com/aFarkas/"
},
"keywords": [
"webshims",
"polyfill",
"HTML5",
"forms",
"ajax",
"datalist",
"list",
"autosuggest",
"autosuggestion",
"autocomplete",
"typeahead",
"widget",
"UI",
"component"
],
"description": "A lightweight",
"docs": "http://afarkas.github.com/webshim/demos/index.html",
"repository": {
"type": "git",
"url": "https://github.com/aFarkas/remote-list.git"
},
"main": "dist/",
"devDependencies": {
"grunt-bytesize": ">=0.1.0",
"grunt-contrib-watch": ">=0.3.0",
"grunt-contrib-copy": ">=0.4.0",
"grunt-contrib-uglify": ">=0.2.7",
"grunt": ">=0.4.1"
}
}