Blame view

bower_components/paper-progress/.bower.json 1.32 KB
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
31
      "web-component-tester": "*",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    },
73bcce88   luigser   COMPONENTS
32
    "homepage": "https://github.com/PolymerElements/paper-progress",
c5169e0e   Renato De Donato   a new hope
33
    "_release": "1.0.7",
73bcce88   luigser   COMPONENTS
34
35
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
36
37
      "tag": "v1.0.7",
      "commit": "39a860b8306b0a47e9216ac5b6063b2f88b7772f"
73bcce88   luigser   COMPONENTS
38
39
40
41
42
    },
    "_source": "git://github.com/PolymerElements/paper-progress.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/paper-progress"
  }