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

Side by Side Diff: third_party/polymer/v1_0/components/polymer/bower.json

Issue 1269803005: Remove third_party/polymer from .gitignore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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.0.7",
4 "main": [
5 "polymer.html"
6 ],
7 "license": "http://polymer.github.io/LICENSE.txt",
8 "ignore": [
9 "/.*",
10 "/test/"
11 ],
12 "authors": [
13 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/Polymer/polymer.git"
18 },
19 "dependencies": {
20 "webcomponentsjs": "^0.7.2"
21 },
22 "devDependencies": {
23 "web-component-tester": "*"
24 },
25 "private": true
26 }
OLDNEW
« no previous file with comments | « third_party/polymer/v1_0/components/polymer/LICENSE.txt ('k') | third_party/polymer/v1_0/components/polymer/build.log » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698