Blame view

bower_components/paper-progress/bower.json 1000 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "paper-progress",
a1a3bc73   Luigi Serra   graphs updates
3
    "version": "1.0.8",
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"
    ],
a1a3bc73   Luigi Serra   graphs updates
12
    "main": "paper-progress.html",
73bcce88   luigser   COMPONENTS
13
14
15
16
17
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/paper-progress.git"
    },
    "dependencies": {
a1a3bc73   Luigi Serra   graphs updates
18
      "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
73bcce88   luigser   COMPONENTS
19
      "iron-range-behavior": "PolymerElements/iron-range-behavior#^1.0.0",
dbc787cf   Luigi Serra   Controllet cross ...
20
      "paper-styles": "PolymerElements/paper-styles#^1.0.0",
a1a3bc73   Luigi Serra   graphs updates
21
      "polymer": "Polymer/polymer#^1.1.0"
73bcce88   luigser   COMPONENTS
22
23
24
    },
    "devDependencies": {
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
73bcce88   luigser   COMPONENTS
25
      "paper-button": "PolymerElements/paper-button#^1.0.0",
a1a3bc73   Luigi Serra   graphs updates
26
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
73bcce88   luigser   COMPONENTS
27
28
      "web-component-tester": "*",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
a1a3bc73   Luigi Serra   graphs updates
29
30
    },
    "ignore": []
73bcce88   luigser   COMPONENTS
31
  }