Added support for 'executables' map in the pubspec. Exported Executable.
Demoved the dependency on the stuff package has it had a dependency on mirrors. The result is that you couldn't do a native compile of any package dependent on pubspec. Copied the class Json_utils.dart from stuff package to make this possible.
- load from file
- replace deprecated isInstanceOf
- Dart 2
- additional constructor
- tidied a few things
- Bug Fix. publish_to was serialising to publishTo
- upgraded some dependencies
- add publish_to
- tidy dependencies
- Added property
allDependencies
which combinesdependencies
withdevDependencies
- Added == and hashCode to dependency reference classes
- Initial version, created by Stagehand