.bower.json
884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "bootstrap-progressbar",
"version": "0.9.0",
"license": "MIT",
"authors": [
{
"name": "Stephan Groß",
"homepage": "http://www.minddust.com"
}
],
"homepage": "http://www.minddust.com/project/bootstrap-progressbar/",
"repository": {
"type": "git",
"url": "https://github.com/minddust/bootstrap-progressbar.git"
},
"main": "./bootstrap-progressbar.js",
"ignore": [
"**/.*",
"Gulpfile.js",
"Rakefile",
"bower_components",
"node_modules",
"resources",
"tasks"
],
"dependencies": {
"jquery": ">= 1.9.1"
},
"_release": "0.9.0",
"_resolution": {
"type": "version",
"tag": "v0.9.0",
"commit": "e7ac2690384024feb89bd5122fea14dc4d819567"
},
"_source": "https://github.com/minddust/bootstrap-progressbar.git",
"_target": "^0.9.0",
"_originalSource": "bootstrap-progressbar"
}