scratch – Blame information for rev 134

Subversion Repositories:
Rev:
Rev Author Line No. Line
134 office 1 {
2 "name": "bootstrap-tokenfield",
3 "title": "Bootstrap Tokenfield",
4 "description": "Advanced tagging/tokenizing plugin for input fields with a focus on keyboard and copy-paste support.",
5 "version": "0.12.1",
6 "main": "dist/bootstrap-tokenfield.js",
7 "homepage": "http://sliptree.github.io/bootstrap-tokenfield/",
8 "author": {
9 "name": "ragulka",
10 "url": "https://github.com/ragulka"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/sliptree/bootstrap-tokenfield.git"
15 },
16 "keywords": [
17 "jquery",
18 "javascript",
19 "bootstrap",
20 "tokenfield",
21 "tags",
22 "token",
23 "input",
24 "select",
25 "form"
26 ],
27 "bugs": {
28 "url": "https://github.com/sliptree/bootstrap-tokenfield/issues"
29 },
30 "licenses": [
31 {
32 "type": "MIT",
33 "url": "https://github.com/jquery/jquery/blob/2.1.0/MIT-LICENSE.txt"
34 }
35 ],
36 "scripts": {
37 "test": "mocha --ui bdd --recursive --reporter spec --require must"
38 },
39 "devDependencies": {
40 "grunt": "~0.4.2",
41 "grunt-contrib-less": "~0.8.3",
42 "grunt-contrib-uglify": "~0.2.7",
43 "grunt-contrib-copy": "~0.4.1",
44 "grunt-contrib-watch": "~0.5.3",
45 "grunt-jekyll": "~0.4.1",
46 "mocha": "^1.17.1",
47 "must": "^0.11.0",
48 "jsdom": "^0.10.1",
49 "jquery-simulate-ext": "^1.3.0",
50 "grunt-exec": "^0.4.5",
51 "semver": "^2.2.1"
52 },
53 "dependencies": {
54 "jquery": "^2.1.0"
55 }
56 }