Blame view

bower_components/iron-meta/.bower.json 1.12 KB
f748e9cf   Luigi Serra   new controllet an...
1
2
  {
    "name": "iron-meta",
a1a3bc73   Luigi Serra   graphs updates
3
    "version": "1.1.1",
f748e9cf   Luigi Serra   new controllet an...
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
    "keywords": [
      "web-components",
      "polymer"
    ],
    "license": "http://polymer.github.io/LICENSE.txt",
    "description": "Useful for sharing information across a DOM tree",
    "private": true,
    "authors": [
      "The Polymer Authors"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-meta.git"
    },
    "dependencies": {
      "polymer": "Polymer/polymer#^1.0.0"
    },
    "devDependencies": {
      "paper-styles": "polymerelements/paper-styles#^1.0.4",
      "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
      "test-fixture": "polymerelements/test-fixture#^1.0.0",
      "web-component-tester": "*",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    },
a1a3bc73   Luigi Serra   graphs updates
28
    "main": "iron-meta.html",
f748e9cf   Luigi Serra   new controllet an...
29
    "homepage": "https://github.com/PolymerElements/iron-meta",
a1a3bc73   Luigi Serra   graphs updates
30
    "_release": "1.1.1",
f748e9cf   Luigi Serra   new controllet an...
31
32
    "_resolution": {
      "type": "version",
a1a3bc73   Luigi Serra   graphs updates
33
34
      "tag": "v1.1.1",
      "commit": "e171ee234b482219c9514e6f9551df48ef48bd9f"
f748e9cf   Luigi Serra   new controllet an...
35
36
37
38
    },
    "_source": "git://github.com/PolymerElements/iron-meta.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/iron-meta"
73bcce88   luigser   COMPONENTS
39
  }