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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/polymer/.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": "polymer",
3 "version": "1.3.1",
4 "main": [
5 "polymer.html",
6 "polymer-mini.html",
7 "polymer-micro.html"
8 ],
9 "license": "http://polymer.github.io/LICENSE.txt",
10 "ignore": [
11 "/.*",
12 "/test/",
13 "gen-changelog.sh"
14 ],
15 "authors": [
16 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/Polymer/polymer.git"
21 },
22 "dependencies": {
23 "webcomponentsjs": "^0.7.20"
24 },
25 "devDependencies": {
26 "web-component-tester": "*"
27 },
28 "private": true,
29 "homepage": "https://github.com/Polymer/polymer",
30 "_release": "1.3.1",
31 "_resolution": {
32 "type": "version",
33 "tag": "v1.3.1",
34 "commit": "61fac558012d9ef56ea78ed5435de0c418a4afbb"
35 },
36 "_source": "git://github.com/Polymer/polymer.git",
37 "_target": "^v1.0.0",
38 "_originalSource": "Polymer/polymer"
39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698