From 9eb5f9069d2484864d5d816672ea9e78f6d7a206 Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Sat, 9 Mar 2013 20:04:18 +0000 Subject: [PATCH] Add Proclaim --- data.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data.js b/data.js index bbe3503e5..f27d6d23d 100644 --- a/data.js +++ b/data.js @@ -2157,5 +2157,12 @@ var MicroJS = [ description: "A JavaScript implementation of Behavior Trees, useful when developing AI behaviors in games.", url: "https://github.com/Calamari/BehaviorTree.js", source: "https://raw.github.com/Calamari/BehaviorTree.js/master/btree-complete.js" + }, + { + name: "Proclaim", + tags: ["assert", "test"], + description: "A simple assertion library for server and client side JavaScript.", + url: "https://github.com/rowanmanning/proclaim", + source: "https://raw.github.com/rowanmanning/proclaim/master/lib/proclaim.js" } ];