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

Side by Side Diff: polymer_1.0.4/bower_components/google-calendar/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": "google-calendar",
3 "version": "1.0.1",
4 "homepage": "https://googlewebcomponents.github.io/google-calendar",
5 "description": "Web components for working with Google Calendar",
6 "main": "google-calendar.html",
7 "authors": [
8 "Ewa Gasperowicz"
9 ],
10 "license": "Apache2",
11 "ignore": [
12 "/.*",
13 "/test/"
14 ],
15 "keywords": [
16 "web-component",
17 "web-components",
18 "polymer",
19 "calendar",
20 "google"
21 ],
22 "dependencies": {
23 "polymer": "Polymer/polymer#^1.0.0",
24 "google-apis": "GoogleWebComponents/google-apis#^1.0",
25 "google-signin": "GoogleWebComponents/google-signin#^1.0"
26 },
27 "devDependencies": {
28 "web-component-tester": "*",
29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
30 }
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698