scratch – Blame information for rev 134

Subversion Repositories:
Rev:
Rev Author Line No. Line
134 office 1 {
2 "name": "bootstrap-tokenfield",
3 "description": "Advanced tagging/tokenizing plugin for input fields with a focus on keyboard and copy-paste support.",
4 "version": "0.12.1",
5 "authors": [
6 {
7 "name": "ragulka",
8 "homepage": "https://github.com/ragulka"
9 },
10 {
11 "name": "sliptree",
12 "homepage": "https://github.com/sliptree"
13 }
14 ],
15 "homepage": "http://sliptree.github.io/bootstrap-tokenfield/",
16 "main": [
17 "dist/bootstrap-tokenfield.js",
18 "dist/css/bootstrap-tokenfield.css"
19 ],
20 "keywords": [
21 "jquery",
22 "javascript",
23 "bootstrap",
24 "tokenfield",
25 "tags",
26 "token",
27 "input",
28 "select",
29 "form"
30 ],
31 "dependencies": {
32 "jquery": "~2.1.0",
33 "bootstrap": "~3.1.1"
34 },
35 "devDependecies": {
36 "mocha": "~1.12.*",
37 "chai": "~1.7.*",
38 "typeahead.js": "~0.10.1"
39 }
40 }