| Index: third_party/pkg/js/pubspec.yaml
|
| diff --git a/third_party/pkg/js/pubspec.yaml b/third_party/pkg/js/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0a7d72b608abc4ca587803501dca9102239f5485
|
| --- /dev/null
|
| +++ b/third_party/pkg/js/pubspec.yaml
|
| @@ -0,0 +1,14 @@
|
| +name: js
|
| +version: 0.2.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
|
| +dependencies:
|
| + browser: '>=0.8.7'
|
| +dev_dependencies:
|
| + ghpages_generator: '>=0.0.1'
|
| + unittest: '>=0.8.7'
|
| +environment:
|
| + sdk: '>0.8.7'
|
|
|