modified: pixi.toml
[GalaxyCodeBases.git] / js / TagSelect.js / bower.json
blob922343a6065fef36d2eb5f21c784abd744ca9a6f
2   "name": "TagSelect.js",
3   "main": "dist/tagselect.min.js",
4   "version": "1.0.0",
5   "homepage": "https://github.com/graphiq/TagSelect.js",
6   "authors": [
7     "Graphiq Inc.",
8   ],
9   "description": "HTML5-based input for typing lists of tags, tokens, or other discrete values.",
10   "keywords": [
11     "tag",
12     "token",
13     "input",
14     "html5",
15     "form",
16     "textarea",
17     "autocomplete",
18     "autosuggest",
19     "list",
20     "select"
21   ],
22   "license": "MIT",
23   "ignore": [
24     "**/.*",
25     "node_modules",
26     "bower_components",
27     "package.json",
28     "Gruntfile.js",
29     "LICENSE",
30     "*.md",
31     "src"
32   ]