UNPKG

raptor

Version:

RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.

22 lines (19 loc) 473 B
{ "type": "raptor-module", "name": "raptor/strings", "version": "1.0", "description": "Utility functions for working with strings", "homepage": "http://raptorjs.org", "authors": [ { "name": "Patrick Steele-Idem", "email": "psteeleidem@ebay.com" } ], "raptor": { "dependencies": [ {"path": "StringBuilder.js"}, {"path": "strings.js"} ] } }