釋出清單
釋出清單類似於 NPM package.json
檔案,因為它主要關注的是指定 Atmosphere 包列表,並提供有關該包列表的一些後設資料。基本格式如下:
{
"track":"distroname:METEOR",
"version":"x.y.z",
"recommended": false,
"tool": "distroname:meteor-tool@x.y.z",
"description": "Description of the Distro",
"packages": {
"accounts-base":"1.2.0",
"accounts-password":"1.1.1",
...
}
}