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

Side by Side Diff: polymer_1.0.4/bower_components/google-sheets/.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, 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": "google-sheets",
3 "version": "1.0.3",
4 "homepage": "https://googlewebcomponents.github.io/google-sheets",
5 "description": "Web components to interact with Google Sheets",
6 "main": "google-sheets.html",
7 "authors": [
8 "Eric Bidelman <ebidel@gmail.com>"
9 ],
10 "license": "Apache2",
11 "ignore": [
12 "/.*",
13 "/test/"
14 ],
15 "keywords": [
16 "web-component",
17 "web-components",
18 "polymer",
19 "spreadsheets",
20 "google"
21 ],
22 "dependencies": {
23 "polymer": "Polymer/polymer#^1.0.0",
24 "google-apis": "GoogleWebComponents/google-apis#^1.0.0",
25 "google-signin": "GoogleWebComponents/google-signin#^1.0.0",
26 "iron-ajax": "PolymerElements/iron-ajax#^1.0.0"
27 },
28 "devDependencies": {
29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
30 "web-component-tester": "*",
31 "google-map": "GoogleWebComponents/google-map#^1.0.0",
32 "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0"
33 },
34 "_release": "1.0.3",
35 "_resolution": {
36 "type": "version",
37 "tag": "1.0.3",
38 "commit": "8c3f243c4aee30bc23f57cd52e7615354e17a202"
39 },
40 "_source": "git://github.com/GoogleWebComponents/google-sheets.git",
41 "_target": "^1.0.1",
42 "_originalSource": "GoogleWebComponents/google-sheets"
43 }
OLDNEW
« no previous file with comments | « polymer_1.0.4/bower_components/google-map/metadata.html ('k') | polymer_1.0.4/bower_components/google-sheets/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698