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

Unified Diff: packages/js_util/pubspec.yaml

Issue 2119523002: Added full js & js_util packages (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « packages/js_util/lib/src/js_util_base.dart ('k') | packages/js_util/src/js_util_base.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/js_util/pubspec.yaml
diff --git a/packages/js_util/pubspec.yaml b/packages/js_util/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..fc54d807f99ef08394c70c68f6b1884dbe65162c
--- /dev/null
+++ b/packages/js_util/pubspec.yaml
@@ -0,0 +1,16 @@
+name: js_util
+description: Utilities to access JavaScript from Dart.
+version: 0.2.0
+author: Fluidic Team <dev@fluidic.io>
+homepage: https://github.com/fluidic/js_util
+
+environment:
+ sdk: '>=1.8.0 <2.0.0'
+
+dependencies:
+ js: '>=0.6.0 <0.7.0'
+ quiver_iterables: '>=1.0.0 <2.0.0'
+
+dev_dependencies:
+ browser: '>=0.10.0 <0.11.0'
+ test: '>=0.12.0 <0.13.0'
« no previous file with comments | « packages/js_util/lib/src/js_util_base.dart ('k') | packages/js_util/src/js_util_base.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698