Blame view

bower_components/google-sheets/.bower.json 1.25 KB
525c13d8   Luigi Serra   google component ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  {
    "name": "google-sheets",
    "version": "1.0.5",
    "homepage": "https://googlewebcomponents.github.io/google-sheets",
    "description": "Web components to interact with Google Sheets",
    "main": "google-sheets.html",
    "authors": [
      "Eric Bidelman <ebidel@gmail.com>"
    ],
    "license": "Apache2",
    "ignore": [
      "/.*",
      "/test/"
    ],
    "keywords": [
      "web-component",
      "web-components",
      "polymer",
      "spreadsheets",
      "google"
    ],
    "dependencies": {
      "polymer": "Polymer/polymer#^1.1.2",
      "google-apis": "GoogleWebComponents/google-apis#^1.1.0",
      "google-signin": "GoogleWebComponents/google-signin#^1.0.3",
      "iron-ajax": "PolymerElements/iron-ajax#^1.0.0"
    },
    "devDependencies": {
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
      "google-map": "GoogleWebComponents/google-map#^1.1.0",
      "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
      "web-component-tester": "*"
    },
    "_release": "1.0.5",
    "_resolution": {
      "type": "version",
      "tag": "1.0.5",
      "commit": "1e87081a4abfdd31cf7cbf4ac970c7f9873c447d"
    },
    "_source": "git://github.com/GoogleWebComponents/google-sheets.git",
    "_target": "~1.0.5",
    "_originalSource": "GoogleWebComponents/google-sheets",
    "_direct": true
  }