diff --git a/script.js b/script.js index 3803390..c850744 100644 --- a/script.js +++ b/script.js @@ -104,6 +104,13 @@ var engines = [ size: "11.7k", traits: [ "client-side","logicless","compile","parts","dom","format" ] }, + { + name: "Raptor", + link: "https://github.com/raptorjs3/raptor-templates", + link_text: "github", + size: "~2.5k", + traits: [ "client-side","server-side","logicish","compile","parts","string","format" ] + }, { name: "Transparency", link: "http://leonidas.github.com/transparency/",