scratch – Blame information for rev 134

Subversion Repositories:
Rev:
Rev Author Line No. Line
134 office 1 {
2 "name": "bootstrap-tokenfield",
3 "version": "0.12.1",
4 "title": "bootstrap-tokenfield",
5 "author": {
6 "name": "ragulka",
7 "url": "https://github.com/ragulka"
8 },
9 "licenses": [
10 {
11 "type": "MIT",
12 "url": "http://opensource.org/licenses/MIT"
13 }
14 ],
15 "dependencies": {
16 "jquery": "*"
17 },
18 "description": "Advanced tagging/tokenizing plugin for input fields with a focus on keyboard and copy-paste support.",
19 "keywords": [
20 "jquery",
21 "javascript",
22 "bootstrap",
23 "tokenfield",
24 "tags",
25 "token",
26 "input",
27 "select",
28 "form"
29 ],
30 "homepage": "http://sliptree.github.io/bootstrap-tokenfield/",
31 "docs": "http://sliptree.github.io/bootstrap-tokenfield/",
32 "bugs": {
33 "url": "https://github.com/sliptree/bootstrap-tokenfield/issues"
34 }
35 }