Blame view

bower_components/paper-progress/bower.json 994 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "paper-progress",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.7",
73bcce88   luigser   COMPONENTS
4
5
6
7
8
9
10
11
    "license": "http://polymer.github.io/LICENSE.txt",
    "description": "A material design progress bar",
    "authors": "The Polymer Authors",
    "keywords": [
      "web-components",
      "polymer",
      "progress"
    ],
c5169e0e   Renato De Donato   a new hope
12
13
14
    "main": [
      "paper-progress.html"
    ],
73bcce88   luigser   COMPONENTS
15
16
17
18
19
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/paper-progress.git"
    },
    "dependencies": {
c5169e0e   Renato De Donato   a new hope
20
      "polymer": "Polymer/polymer#^1.0.0",
73bcce88   luigser   COMPONENTS
21
      "iron-range-behavior": "PolymerElements/iron-range-behavior#^1.0.0",
dbc787cf   Luigi Serra   Controllet cross ...
22
      "paper-styles": "PolymerElements/paper-styles#^1.0.0",
c5169e0e   Renato De Donato   a new hope
23
      "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0"
73bcce88   luigser   COMPONENTS
24
25
26
    },
    "devDependencies": {
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
a1a3bc73   Luigi Serra   graphs updates
27
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
c5169e0e   Renato De Donato   a new hope
28
      "paper-button": "PolymerElements/paper-button#^1.0.0",
73bcce88   luigser   COMPONENTS
29
30
      "web-component-tester": "*",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
c5169e0e   Renato De Donato   a new hope
31
    }
73bcce88   luigser   COMPONENTS
32
  }