Skip to content

Commit

Permalink
Add Proclaim
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmanning committed Mar 9, 2013
1 parent f81f5f0 commit 9eb5f90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data.js
Expand Up @@ -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"
}
];

0 comments on commit 9eb5f90

Please sign in to comment.