Blame view

bower_components/paper-input/.bower.json 2.04 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "paper-input",
a1a3bc73   Luigi Serra   graphs updates
3
    "version": "1.1.5",
73bcce88   luigser   COMPONENTS
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
    "description": "Material design text fields",
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-components",
      "polymer",
      "input"
    ],
    "main": [
      "paper-input.html",
      "paper-textarea.html",
      "paper-input-behavior.html",
      "paper-input-container.html",
      "paper-input-error.html",
a1a3bc73   Luigi Serra   graphs updates
19
      "paper-input-addon-behavior.html",
73bcce88   luigser   COMPONENTS
20
21
22
23
24
25
26
27
28
29
30
      "paper-input-char-counter.html"
    ],
    "private": true,
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/paper-input.git"
    },
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/paper-input",
    "ignore": [],
    "dependencies": {
f748e9cf   Luigi Serra   new controllet an...
31
      "polymer": "Polymer/polymer#^1.2.0",
73bcce88   luigser   COMPONENTS
32
33
34
35
      "iron-autogrow-textarea": "PolymerElements/iron-autogrow-textarea#^1.0.0",
      "iron-behaviors": "PolymerElements/iron-behaviors#^1.0.0",
      "iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^1.0.0",
      "iron-input": "PolymerElements/iron-input#^1.0.0",
a1a3bc73   Luigi Serra   graphs updates
36
37
      "paper-styles": "PolymerElements/paper-styles#^1.0.0",
      "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0"
73bcce88   luigser   COMPONENTS
38
39
    },
    "devDependencies": {
73bcce88   luigser   COMPONENTS
40
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
a1a3bc73   Luigi Serra   graphs updates
41
      "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
e619a3b0   Luigi Serra   Controllet cross ...
42
      "iron-icon": "PolymerElements/iron-icon#^1.0.0",
73bcce88   luigser   COMPONENTS
43
44
      "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
      "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
a1a3bc73   Luigi Serra   graphs updates
45
46
47
48
      "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
      "web-component-tester": "^4.0.0",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
73bcce88   luigser   COMPONENTS
49
    },
a1a3bc73   Luigi Serra   graphs updates
50
    "_release": "1.1.5",
73bcce88   luigser   COMPONENTS
51
52
    "_resolution": {
      "type": "version",
a1a3bc73   Luigi Serra   graphs updates
53
54
      "tag": "v1.1.5",
      "commit": "0aa8318b5e026688f94c78c7673acabf5bad0f17"
73bcce88   luigser   COMPONENTS
55
    },
f748e9cf   Luigi Serra   new controllet an...
56
57
58
    "_source": "git://github.com/polymerelements/paper-input.git",
    "_target": "^1.0.9",
    "_originalSource": "polymerelements/paper-input"
73bcce88   luigser   COMPONENTS
59
  }