dart 0.8.5.1

This commit is contained in:
Luke Sampson 2013-10-28 16:51:09 +10:00
parent a267f90283
commit 11e4ab80ad

26
dart.json Normal file
View File

@ -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"
}
}