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

Side by Side Diff: polymer_1.2.3/bower_components/iron-collapse/bower.json

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 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
1 { 1 {
2 "name": "iron-collapse", 2 "name": "iron-collapse",
3 "version": "1.0.2", 3 "version": "1.0.5",
4 "description": "Provides a collapsable container", 4 "description": "Provides a collapsable container",
5 "authors": [ 5 "authors": [
6 "The Polymer Authors" 6 "The Polymer Authors"
7 ], 7 ],
8 "keywords": [ 8 "keywords": [
9 "web-components", 9 "web-components",
10 "polymer", 10 "polymer",
11 "container" 11 "container"
12 ], 12 ],
13 "private": true, 13 "private": true,
14 "repository": { 14 "repository": {
15 "type": "git", 15 "type": "git",
16 "url": "https://github.com/PolymerElements/iron-collapse" 16 "url": "https://github.com/PolymerElements/iron-collapse"
17 }, 17 },
18 "license": "http://polymer.github.io/LICENSE.txt", 18 "license": "http://polymer.github.io/LICENSE.txt",
19 "homepage": "https://github.com/PolymerElements/iron-collapse", 19 "homepage": "https://github.com/PolymerElements/iron-collapse",
20 "ignore": [], 20 "ignore": [],
21 "dependencies": { 21 "dependencies": {
22 "polymer": "Polymer/polymer#^1.0.0" 22 "polymer": "Polymer/polymer#^1.0.0"
23 }, 23 },
24 "devDependencies": { 24 "devDependencies": {
25 "web-component-tester": "*", 25 "web-component-tester": "*",
26 "test-fixture": "PolymerElements/test-fixture#^1.0.0", 26 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", 27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
28 "paper-styles": "PolymerElements/paper-styles#^1.0.0", 28 "paper-styles": "PolymerElements/paper-styles#^1.0.0",
29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" 29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
30 } 30 },
31 "main": "iron-collapse.html"
31 } 32 }
OLDNEW
« no previous file with comments | « polymer_1.2.3/bower_components/iron-collapse/README.md ('k') | polymer_1.2.3/bower_components/iron-collapse/demo/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698