Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: third_party/polymer/v1_0/components-chromium/iron-test-helpers/.bower.json

Issue 1834313003: Remove unneeded files from third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore bower.json files. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "iron-test-helpers",
3 "version": "1.1.5",
4 "authors": [
5 "The Polymer Authors"
6 ],
7 "description": "Utility classes to help make testing easier",
8 "keywords": [
9 "web-components",
10 "web-component",
11 "polymer",
12 "test"
13 ],
14 "private": true,
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/PolymerElements/iron-test-helpers"
18 },
19 "license": "http://polymer.github.io/LICENSE.txt",
20 "homepage": "https://github.com/PolymerElements/iron-test-helpers",
21 "ignore": [],
22 "dependencies": {
23 "polymer": "Polymer/polymer#^1.0.0"
24 },
25 "devDependencies": {
26 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
27 "web-component-tester": "^4.0.0"
28 },
29 "main": "iron-test-helpers.html",
30 "_release": "1.1.5",
31 "_resolution": {
32 "type": "version",
33 "tag": "v1.1.5",
34 "commit": "76d7e5b4d52587c853e8b2cbdf8d970bcf209ff3"
35 },
36 "_source": "git://github.com/PolymerElements/iron-test-helpers.git",
37 "_target": "^1.0.0",
38 "_originalSource": "PolymerElements/iron-test-helpers"
39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698