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

Unified Diff: pkg/shelf_web_socket/pubspec.yaml

Issue 297593003: Add a shelf_web_socket package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: pkg/shelf_web_socket/pubspec.yaml
diff --git a/pkg/shelf_web_socket/pubspec.yaml b/pkg/shelf_web_socket/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..9443487e081fa7e515258d1967f25cf18e2be89e
--- /dev/null
+++ b/pkg/shelf_web_socket/pubspec.yaml
@@ -0,0 +1,15 @@
+name: shelf_web_socket
+version: 0.0.1
+author: "Dart Team <misc@dartlang.org>"
+homepage: http://www.dartlang.org
+description: >
+ A WebSocket handler for Shelf.
+dependencies:
+ crypto: ">=0.9.0 <0.10.0"
kevmoo 2014/05/20 21:54:49 Not user?
nweiz 2014/05/20 22:17:42 Done.
+ http_parser: ">=0.0.2 <0.1.0"
+ shelf: ">=0.5.2 <0.6.0"
+dev_dependencies:
+ http: ">=0.10.0 <0.12.0"
+ unittest: ">=0.10.0 <0.12.0"
+environment:
+ sdk: ">=1.4.0-dev.5.0 <2.0.0"

Powered by Google App Engine
This is Rietveld 408576698