Blame view

bower_components/iron-test-helpers/bower.json 675 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-test-helpers",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.6",
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
    "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"
c5169e0e   Renato De Donato   a new hope
27
    }
73bcce88   luigser   COMPONENTS
28
  }