-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
52 lines (52 loc) · 1.41 KB
/
bower.json
File metadata and controls
52 lines (52 loc) · 1.41 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "material-progress",
"version": "0.1.3",
"authors": [
"Vincent Guillou <vin.guillou@gmail.com>"
],
"description": "A Material design multi-progress bar collection, inspired by Google Fit and made with Polymer.",
"main": [
"material-progress-bars.html",
"material-progress-histo.html",
"material-progress-behavior.html"
],
"keywords": [
"progress bar",
"progress",
"bar",
"material",
"material design",
"google fit",
"web-components",
"web-component",
"web components",
"web component",
"polymer"
],
"license": "MIT",
"ignore": [
"**/.*",
"res",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git://github.com/vguillou/material-progress.git"
},
"homepage": "https://vguillou.github.io/webcomponents/material-progress",
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"mutation-observer-behavior": "vguillou/mutation-observer-behavior#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
"iron-icon": "PolymerElements/iron-icon#^1.0.0",
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0"
}
}