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

Side by Side Diff: polymer_1.0.4/bower_components/iron-jsonp-library/.bower.json

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 6 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.2",
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 "repository": {
15 "type": "git",
16 "url": "git://github.com/PolymerElements/iron-jsonp-library.git"
17 },
18 "main": "iron-jsonp-library.html",
19 "license": "http://polymer.github.io/LICENSE.txt",
20 "homepage": "https://github.com/PolymerElements/iron-jsonp-library/",
21 "ignore": [
22 "/.*",
23 "/test/"
24 ],
25 "dependencies": {
26 "polymer": "Polymer/polymer#^1.0.0"
27 },
28 "devDependencies": {
29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
30 "web-component-tester": "*",
31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
32 "paper-styles": "PolymerElements/paper-styles#^1.0.2",
33 "paper-spinner": "PolymerElements/paper-spinner#^1.0.1"
34 },
35 "_release": "1.0.2",
36 "_resolution": {
37 "type": "version",
38 "tag": "v1.0.2",
39 "commit": "0fe9e824e856c6f611305ecbbc8c030c87972111"
40 },
41 "_source": "git://github.com/PolymerElements/iron-jsonp-library.git",
42 "_target": "^1.0.0",
43 "_originalSource": "PolymerElements/iron-jsonp-library"
44 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698