.bower.json
974 Bytes
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
{
"name": "iron-test-helpers",
"version": "1.0.6",
"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"
},
"_release": "1.0.6",
"_resolution": {
"type": "version",
"tag": "v1.0.6",
"commit": "940e5b8c5c7c878f51cf259019d3e3243f18d0b3"
},
"_source": "git://github.com/PolymerElements/iron-test-helpers.git",
"_target": "^1.0.0",
"_originalSource": "PolymerElements/iron-test-helpers"
}