blob: b81d625dfef7f189a30d5275c781721da2779ce8 [file] [log] [blame]
murgatroid992dc84422016-04-06 14:39:52 -07001/*
2 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02003 * Copyright 2015 gRPC authors.
murgatroid992dc84422016-04-06 14:39:52 -07004 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02005 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
murgatroid992dc84422016-04-06 14:39:52 -07008 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02009 * http://www.apache.org/licenses/LICENSE-2.0
murgatroid992dc84422016-04-06 14:39:52 -070010 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +020011 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
murgatroid992dc84422016-04-06 14:39:52 -070016 *
17 */
18
19'use strict';
20
21/**
22 * package.json requires this file to be present. In the future, this can
23 * export useful information about the included tools.
24 */
25
26module.exports = {};