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

Unified Diff: pkg/analyzer_plugin/pubspec.yaml

Issue 2659523006: Create the directory for the plugin package (Closed)
Patch Set: clean up Created 3 years, 11 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
« pkg/analyzer_plugin/README.md ('K') | « pkg/analyzer_plugin/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/pubspec.yaml
diff --git a/pkg/analyzer_plugin/pubspec.yaml b/pkg/analyzer_plugin/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8315bf9805b27cdf5e04e9ba02f2e95d813801a0
--- /dev/null
+++ b/pkg/analyzer_plugin/pubspec.yaml
@@ -0,0 +1,16 @@
+name: analyzer_plugin
+description: A framework for building plugins for the analysis server.
+version: 0.0.1-alpha.0
+author: Dart Team <misc@dartlang.org>
+
+environment:
+ sdk: '>=1.0.0 <2.0.0'
+
+dependencies:
+ analyzer: 0.30.0-alpha.0
+ html: any
+ path: any
+
+dev_dependencies:
+ test_reflective_loader: ^0.1.0
+ test: ^0.12.0
« pkg/analyzer_plugin/README.md ('K') | « pkg/analyzer_plugin/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698