From 319d56191dd5cb0b6c6464bb2b9944306bd56fb3 Mon Sep 17 00:00:00 2001 From: evanweible-wf Date: Tue, 18 Aug 2015 11:38:21 -0500 Subject: [PATCH] #27 Ready pubspec.yaml for OSS --- pubspec.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9b1424ab..2b98d3cd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,14 @@ name: dart_dev version: 0.0.0 +description: Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable. +authors: + - Workiva Client Platform Team + - Dustin Lessard + - Evan Weible + - Jay Udey + - Max Peterson + - Trent Grover +homepage: https://github.com/Workiva/dart_dev dependencies: ansicolor: "^0.0.9" args: "^0.13.0" @@ -7,4 +16,6 @@ dependencies: test: "^0.12.0" yaml: "^2.1.0" executables: - dart_dev: \ No newline at end of file + dart_dev: +environment: + sdk: ">=1.9.0 <2.0.0" \ No newline at end of file