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

Side by Side Diff: third_party/polymer/v1_0/components/iron-jsonp-library/.bower.json

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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-jsonp-library",
3 "version": "1.0.1",
4 "description": "Loads jsonp libraries",
5 "authors": [
6 "Aleks Totic <a@totic.org>",
7 "The Polymer Authors"
8 ],
9 "keywords": [
10 "web-component",
11 "polymer",
12 "behavior"
13 ],
14 "main": "iron-jsonp-library.html",
15 "license": "http://polymer.github.io/LICENSE.txt",
16 "homepage": "https://github.com/PolymerElements/iron-jsonp-library/",
17 "ignore": [
18 "/.*",
19 "/test/",
20 "/demo/"
21 ],
22 "dependencies": {
23 "polymer": "Polymer/polymer#^1.0.0"
24 },
25 "devDependencies": {
26 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
27 "web-component-tester": "*",
28 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
29 "paper-styles": "PolymerElements/paper-styles#^1.0.2",
30 "paper-spinner": "PolymerElements/paper-spinner#^1.0.1"
31 },
32 "_release": "1.0.1",
33 "_resolution": {
34 "type": "version",
35 "tag": "v1.0.1",
36 "commit": "4f1b758be4b000cd7d1f5cce7088d210d5b0b280"
37 },
38 "_source": "git://github.com/PolymerElements/iron-jsonp-library.git",
39 "_target": "^1.0.0",
40 "_originalSource": "PolymerElements/iron-jsonp-library"
41 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698