| Index: pkg/js/pubspec.yaml
 | 
| diff --git a/pkg/js/pubspec.yaml b/pkg/js/pubspec.yaml
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..16ed37c8c1137aa33014169e3987cf885d3b17d6
 | 
| --- /dev/null
 | 
| +++ b/pkg/js/pubspec.yaml
 | 
| @@ -0,0 +1,9 @@
 | 
| +name: js
 | 
| +version: 0.6.0-dev.1
 | 
| +authors:
 | 
| +- Dart Team <misc@dartlang.org>
 | 
| +- Alexandre Ardhuin <alexandre.ardhuin@gmail.com>
 | 
| +description: Access JavaScript from Dart.
 | 
| +homepage: https://github.com/dart-lang/js-interop
 | 
| +environment:
 | 
| +  sdk: '>=1.13.0 <2.0.0'
 | 
| 
 |