diff --git a/data.js b/data.js index 2e8941ebb..3b3e6c857 100755 --- a/data.js +++ b/data.js @@ -1031,6 +1031,14 @@ module.exports = [ url: "http://rococojs.org/", source: "https://raw.githubusercontent.com/schuttelaar/Rococo/master/rococo.js" }, + { + name: "StringFormatter", + github: "anywhichway/stringformatter", + tags: ["formatting","ui","text","string"], + description: "An extensible, garbage collecting Javascript string formatter that supports objects, currency, date/time, decimals, and more ... goes far beyond sprintf approach.", + url: "https://github.com/anywhichway/stringformatter", + source: "https://raw.githubusercontent.com/anywhichway/stringformatter/master/StringFormatter.js" + }, { name: "Backbone", github: "jashkenas/backbone",