| Index: pkg/shelf/pubspec.yaml
|
| diff --git a/pkg/shelf/pubspec.yaml b/pkg/shelf/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b5e9adf10dc0f76a0369c567f33402a908513040
|
| --- /dev/null
|
| +++ b/pkg/shelf/pubspec.yaml
|
| @@ -0,0 +1,19 @@
|
| +name: shelf
|
| +version: 0.3.0+5
|
| +author: Dart Team <misc@dartlang.org>
|
| +description: Web Server Middleware for Dart
|
| +homepage: http://www.dartlang.org
|
| +environment:
|
| + sdk: '>=1.2.0 <2.0.0'
|
| +documentation: http://api.dartlang.org/docs/pkg/shelf
|
| +dependencies:
|
| + collection: '>=0.9.1 <0.10.0'
|
| + mime: '>=0.9.0 <0.10.0'
|
| + path: '>=1.0.0 <2.0.0'
|
| + stack_trace: '>=0.9.2 <0.10.0'
|
| +dev_dependencies:
|
| + hop: '>=0.30.2 <0.31.0'
|
| + hop_docgen: '>=0.1.1 <0.2.0'
|
| + http: '>=0.9.2 <0.11.0'
|
| + scheduled_test: '>=0.10.0 <0.11.0'
|
| + unittest: '>=0.10.0 <0.11.0'
|
|
|