scratch – Blame information for rev 125

Subversion Repositories:
Rev:
Rev Author Line No. Line
125 office 1 {
2 "name": "bootstrap-tagsinput",
3 "title": "Bootstrap Tags Input",
4 "version": "0.8.0",
5 "description": "jQuery plugin providing a Twitter Bootstrap user interface for managing tags.",
6 "scripts": {
7 "test": "karma start --single-run --no-auto-watch"
8 },
9 "main": "dist/bootstrap-tagsinput.js",
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/timschlechter/bootstrap-tagsinput.git"
13 },
14 "author": "Tim Schlechter",
15 "contributors": [
16 {
17 "name": "Luckner Jr Jean-Baptiste"
18 }
19 ],
20 "license": "MIT",
21 "homepage": "http://timschlechter.github.io/bootstrap-tagsinput/examples/",
22 "download": "http://timschlechter.github.io/bootstrap-tagsinput/build/bootstrap-tagsinput.zip",
23 "keywords": [
24 "tags",
25 "bootstrap",
26 "input",
27 "select",
28 "form"
29 ],
30 "readmeFilename": "README.md",
31 "devDependencies": {
32 "bower": "~1.3.8",
33 "grunt": "~0.4.1",
34 "grunt-banner": "^0.6.0",
35 "grunt-bower-task": "~0.4.0",
36 "grunt-cli": "~0.1.13",
37 "grunt-contrib-copy": "~0.5.0",
38 "grunt-contrib-uglify": "^0.9.1",
39 "grunt-jquerymanifest": "~0.1.4",
40 "grunt-karma": "^0.12.1",
41 "grunt-zip": "~0.15.0",
42 "karma": "~0.12.19",
43 "karma-jasmine": "~0.1.5",
44 "karma-phantomjs-launcher": "~0.1.3",
45 "phantomjs": "~1.9.7-15"
46 },
47 "banner": "/*\n * <%= pkg.name %> v<%= pkg.version %>\n * <%= pkg.license.url %>\n */\n"
48 }