scratch – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
125 office 1 {
2 "name": "bootstrap-tagsinput",
3 "version": "0.5.0",
4 "homepage": "https://github.com/TimSchlechter/bootstrap-tagsinput",
5 "authors": [
6 "Tim Schlechter",
7 "Luckner Jr Jean-Baptiste"
8 ],
9 "description": "jQuery plugin providing a Twitter Bootstrap user interface for managing tags.",
10 "main": [
11 "dist/bootstrap-tagsinput.js",
12 "dist/bootstrap-tagsinput.css"
13 ],
14 "keywords": [
15 "tags",
16 "bootstrap",
17 "input",
18 "select",
19 "form"
20 ],
21 "license": "MIT",
22 "ignore": [
23 "**/.*",
24 "node_modules",
25 "bower_components",
26 "lib",
27 "test"
28 ],
29 "dependencies": {
30 "jquery": "~2.1.1"
31 },
32 "devDependencies": {
33 "bootstrap-3": "bootstrap#~3.2.0",
34 "bootstrap-2.3.2": "bootstrap#~2.3.2",
35 "angular": "~1.2.21",
36 "typeahead.js": "~0.10.4",
37 "jasmine": "~2.0.1"
38 },
39 "resolutions": {
40 "jquery": ">= 1.9.0"
41 }
42 }