Blame view

bower_components/iron-signals/.bower.json 1.07 KB
c5169e0e   Renato De Donato   a new hope
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
  {

    "name": "iron-signals",

    "version": "1.0.2",

    "description": "Basic publish-subscribe functionality",

    "keywords": [

      "web-component",

      "polymer",

      "signals"

    ],

    "authors": [

      "The Polymer Authors"

    ],

    "repository": {

      "type": "git",

      "url": "git://github.com/PolymerElements/iron-signals.git"

    },

    "main": "iron-signals.html",

    "license": "http://polymer.github.io/LICENSE.txt",

    "homepage": "https://github.com/PolymerElements/iron-signals/",

    "dependencies": {

      "polymer": "Polymer/polymer#^1.0.0"

    },

    "devDependencies": {

      "paper-styles": "PolymerElements/paper-styles#^1.0.2",

      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",

      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"

    },

    "_release": "1.0.2",

    "_resolution": {

      "type": "version",

      "tag": "v1.0.2",

      "commit": "24cfc2295603c8113a8395952435ebb1e31c2bdf"

    },

    "_source": "git://github.com/PolymerElements/iron-signals.git",

    "_target": "^1.0.0",

    "_originalSource": "PolymerElements/iron-signals"

73bcce88   luigser   COMPONENTS
37
  }