scratch – Blame information for rev 125

Subversion Repositories:
Rev:
Rev Author Line No. Line
125 office 1 {
2 "name": "bootstrap-tagsinput",
3 "version": "0.8.0",
4 "title": "Bootstrap Tags Input",
5 "author": {
6 "name": "Tim Schlechter"
7 },
8 "licenses": [
9 {
10 "type": "MIT",
11 "url": "http://opensource.org/licenses/MIT"
12 }
13 ],
14 "dependencies": {
15 "jquery": "*"
16 },
17 "description": "jQuery plugin providing a Twitter Bootstrap user interface for managing tags.",
18 "keywords": [
19 "tags",
20 "bootstrap",
21 "input",
22 "select",
23 "form"
24 ],
25 "download": "http://timschlechter.github.io/bootstrap-tagsinput/build/bootstrap-tagsinput.zip",
26 "homepage": "http://timschlechter.github.io/bootstrap-tagsinput/examples/"
27 }