Blame view

bower_components/google-apis/.bower.json 1.02 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "google-apis",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.1.2",
73bcce88   luigser   COMPONENTS
4
    "description": "Web components to load Google API libraries",
eb240478   Luigi Serra   public room cards...
5
    "homepage": "https://elements.polymer-project.org/elements/google-apis?active=google-js-api",
73bcce88   luigser   COMPONENTS
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
    "main": "google-apis.html",
    "authors": [
      "Scott Miles <sjmiles@google.com>",
      "Eric Bidelman <ebidel@gmail.com>"
    ],
    "license": "Apache2",
    "ignore": [
      "/.*",
      "/test/"
    ],
    "keywords": [
      "web-component",
      "web-components",
      "polymer",
      "google",
      "apis"
    ],
    "dependencies": {
      "polymer": "Polymer/polymer#^1.0.0",
      "iron-jsonp-library": "PolymerElements/iron-jsonp-library#^1.0.0"
    },
    "devDependencies": {
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
    },
c5169e0e   Renato De Donato   a new hope
30
    "_release": "1.1.2",
73bcce88   luigser   COMPONENTS
31
32
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
33
34
      "tag": "1.1.2",
      "commit": "5d0d4e8eb3d67d1e21be9f2209e25fc98381718a"
73bcce88   luigser   COMPONENTS
35
36
    },
    "_source": "git://github.com/GoogleWebComponents/google-apis.git",
eb240478   Luigi Serra   public room cards...
37
    "_target": "^1.1.1",
73bcce88   luigser   COMPONENTS
38
39
    "_originalSource": "GoogleWebComponents/google-apis"
  }