Blame view

bower_components/iron-test-helpers/bower.json 675 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-test-helpers",
eb240478   Luigi Serra   public room cards...
3
    "version": "1.0.5",
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
    "authors": [
      "The Polymer Authors"
    ],
    "description": "Utility classes to help make testing easier",
    "keywords": [
      "web-components",
      "web-component",
      "polymer",
      "test"
    ],
    "private": true,
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-test-helpers"
    },
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/iron-test-helpers",
    "ignore": [],
    "dependencies": {
      "polymer": "Polymer/polymer#^1.0.0"
    },
    "devDependencies": {
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    }
  }