diff --git a/data.js b/data.js index 54e4f060..638651c0 100755 --- a/data.js +++ b/data.js @@ -120,6 +120,14 @@ module.exports = [ url: "https://github.com/schubergphilis/vp-pubsub", source: "https://raw.githubusercontent.com/schubergphilis/vp-pubsub/master/vp-pubsub.js" }, + { + name: "InDom", + github: "constcallid/indom", + tags: ["dom", "dom-library", "auto-cleanup", "events", "forms", "dom-utils"], + description: "Stack-agnostic modern JavaScript DOM library, powerful, easy and automates cleanup.", + url: "https://github.com/constcallid/indom", + source: "https://raw.githubusercontent.com/constcallid/indom/master/dist/indom.js" + }, { name: "tinyModal", github: "juanbrujo/tinyModal",