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 "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 "_release": "0.8.0",
43 "_resolution": {
44 "type": "version",
45 "tag": "0.8.0",
46 "commit": "22cf5f913022dc459e82754202903d85a45483b3"
47 },
48 "_source": "https://github.com/TimSchlechter/bootstrap-tagsinput.git",
49 "_target": "^0.8.0",
50 "_originalSource": "bootstrap-tagsinput",
51 "_direct": true
52 }