diff --git a/component.json b/component.json new file mode 100644 index 0000000..466ccc7 --- /dev/null +++ b/component.json @@ -0,0 +1,9 @@ +{ + "name": "format", + "repo": "samsonjs/format", + "description": "printf, sprintf, and vsprintf for JavaScript", + "keywords": ["format", "printf", "sprintf", "vsprintf", "string"], + "version": "0.2.0", + "main": "format.js", + "scripts": ["format.js"] +}