summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: c372cf89aab27575e7d27bd1654eaac1685593cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "awesomplete",
  "main": [
    "./awesomplete.css",
    "./awesomplete.js"
  ],
  "homepage": "https://github.com/LeaVerou/awesomplete",
  "authors": [
    "Lea Verou <>"
  ],
  "description": "Ultra lightweight, usable autocomplete with zero dependencies.",
  "keywords": [
    "autocomplete",
    "lightweight"
  ],
  "license": "MIT"
}