Index: mojo/public/dart/third_party/http_multi_server/pubspec.yaml |
diff --git a/mojo/public/dart/third_party/http_multi_server/pubspec.yaml b/mojo/public/dart/third_party/http_multi_server/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2fb1188559772ffe0896558a0fb1951f67905dfd |
--- /dev/null |
+++ b/mojo/public/dart/third_party/http_multi_server/pubspec.yaml |
@@ -0,0 +1,11 @@ |
+name: http_multi_server |
+version: 1.3.2 |
+author: "Dart Team <misc@dartlang.org>" |
+homepage: http://github.com/dart-lang/http_multi_server |
+description: |
+ A dart:io HttpServer wrapper that handles requests from multiple servers. |
+dev_dependencies: |
+ unittest: ">=0.11.0 <0.12.0" |
+ http: ">=0.11.0 <0.12.0" |
+environment: |
+ sdk: ">=1.7.0-edge.40587 <2.0.0" |