Index: mojo/public/dart/third_party/shelf_web_socket/pubspec.yaml |
diff --git a/mojo/public/dart/third_party/shelf_web_socket/pubspec.yaml b/mojo/public/dart/third_party/shelf_web_socket/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1e17a1347583ea10e4969253c15bea4121800559 |
--- /dev/null |
+++ b/mojo/public/dart/third_party/shelf_web_socket/pubspec.yaml |
@@ -0,0 +1,14 @@ |
+name: shelf_web_socket |
+version: 0.0.1+4 |
+author: "Dart Team <misc@dartlang.org>" |
+homepage: http://github.com/dart-lang/shelf_web_socket |
+description: > |
+ A WebSocket handler for Shelf. |
+dependencies: |
+ http_parser: ">=0.0.2 <2.0.0" |
+ shelf: ">=0.5.2 <0.7.0" |
+dev_dependencies: |
+ http: ">=0.10.0 <0.12.0" |
+ test: ">=0.12.0 <0.13.0" |
+environment: |
+ sdk: ">=1.4.0-dev.5.0 <2.0.0" |