Brand new static package manager for browser.
iteratively walk a DOM node
spm install dom-walk@0.1.1
Version: 0.1.1 ~ stable
var walk = require("dom-walk") walk(document.body.childNodes, function (node) { console.log("node", node) })
npm install dom-walk