p
  ul
    li: a(href='http://hunterloftis.github.io/newton/current/newton.js') newton.js
    li: a(href='http://hunterloftis.github.io/newton/current/newton.min.js') newton.min.js

p Or with npm:
  pre.CodeBlock.
    npm install --save newton
  pre.CodeBlock.
    var Newton = require('newton');
