<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>Node.js</title>
    <welcome file="welcome.html"/>
    <conclusion file="conclusion.html"/>
    <background alignment="topleft" file="osx_installer_logo.png"/>
    <pkg-ref id="org.nodejs.node.pkg" auth="root">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="org.nodejs.npm.pkg" auth="root">
        <bundle-version/>
    </pkg-ref>
    <options customize="allow" require-scripts="false"/>
    <license file="license.rtf"/>
    <choices-outline>
        <line choice="org.nodejs.node.pkg"/>
        <line choice="org.nodejs.npm.pkg"/>
    </choices-outline>
    <choice id="org.nodejs.node.pkg" visible="true" title="Node.js v8.9.2-rc.1">
        <pkg-ref id="org.nodejs.node.pkg"/>
    </choice>
    <pkg-ref id="org.nodejs.node.pkg" version="v8.9.2-rc.1" onConclusion="none" installKBytes="37763">#node-v8.9.2-rc.1.pkg</pkg-ref>
    <choice id="org.nodejs.npm.pkg" visible="true" title="npm v5.5.1">
        <pkg-ref id="org.nodejs.npm.pkg"/>
    </choice>
    <pkg-ref id="org.nodejs.npm.pkg" version="v5.5.1" onConclusion="none" installKBytes="19703">#npm-v5.5.1.pkg</pkg-ref>
</installer-gui-script>