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

Side by Side Diff: third_party/polymer/v1_0/components/iron-input/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": "iron-input",
3 "version": "1.0.4",
4 "description": "An input element with data binding",
5 "authors": [
6 "The Polymer Authors"
7 ],
8 "keywords": [
9 "web-components",
10 "polymer",
11 "input"
12 ],
13 "main": [
14 "iron-input.html"
15 ],
16 "private": true,
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/PolymerElements/iron-input.git"
20 },
21 "license": "http://polymer.github.io/LICENSE.txt",
22 "homepage": "https://github.com/PolymerElements/iron-input",
23 "ignore": [],
24 "dependencies": {
25 "iron-validatable-behavior": "PolymerElements/iron-validatable-behavior#^1.0 .0",
26 "polymer": "Polymer/polymer#^1.0.0"
27 },
28 "devDependencies": {
29 "paper-styles": "polymerelements/paper-styles#^1.0.2",
30 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
31 "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
32 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
33 "web-component-tester": "*",
34 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
35 }
36 }
OLDNEW
« no previous file with comments | « third_party/polymer/v1_0/components/iron-input/README.md ('k') | third_party/polymer/v1_0/components/iron-input/hero.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698