diff --git a/dart.json b/dart.json new file mode 100644 index 0000000000..c121308e88 --- /dev/null +++ b/dart.json @@ -0,0 +1,26 @@ +{ + "homepage": "https://www.dartlang.org", + "license": "BSD", + "version": "0.8.5.1", + "_comment": "for versions, see https://storage.googleapis.com/dart-editor-archive-integration/latest/changelog.html", + "architecture": { + "64bit": { + "url": "https://storage.googleapis.com/dart-editor-archive-integration/28990/dartsdk-win32-64.zip", + "hash": "4a2898fb38b304e306419c02f53cbfabb776532b41f762fac4838d8c0a3d2ad7" + }, + "32bit": { + "url": "https://storage.googleapis.com/dart-editor-archive-integration/28990/dartsdk-win32-32.zip", + "hash": "846ac309fa90722c278b5e090763380e696225ba146818aac84218044ff2baae" + } + }, + "extract_dir": "dart-sdk", + "bin": [ + "bin\\dart.exe", + "bin\\dart2js.bat", + "bin\\dartanalyzer.bat", + "bin\\dartdoc.bat" + ], + "env_set": { + "DART_SDK": "$dir" + } +} \ No newline at end of file