Blame view

bower_components/iron-jsonp-library/.bower.json 1.22 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-jsonp-library",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.3",
73bcce88   luigser   COMPONENTS
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
    "description": "Loads jsonp libraries",
    "authors": [
      "Aleks Totic <a@totic.org>",
      "The Polymer Authors"
    ],
    "keywords": [
      "web-component",
      "polymer",
      "behavior"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-jsonp-library.git"
    },
    "main": "iron-jsonp-library.html",
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/iron-jsonp-library/",
    "ignore": [
      "/.*",
      "/test/"
    ],
    "dependencies": {
      "polymer": "Polymer/polymer#^1.0.0"
    },
    "devDependencies": {
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
c5169e0e   Renato De Donato   a new hope
30
      "web-component-tester": "*",
73bcce88   luigser   COMPONENTS
31
32
33
34
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
      "paper-styles": "PolymerElements/paper-styles#^1.0.2",
      "paper-spinner": "PolymerElements/paper-spinner#^1.0.1"
    },
c5169e0e   Renato De Donato   a new hope
35
    "_release": "1.0.3",
73bcce88   luigser   COMPONENTS
36
37
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
38
39
      "tag": "v1.0.3",
      "commit": "59d39d5967c0517af1ad902c337991f744591bf1"
73bcce88   luigser   COMPONENTS
40
41
42
43
44
    },
    "_source": "git://github.com/PolymerElements/iron-jsonp-library.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/iron-jsonp-library"
  }