From 56e0dbddc24342954f8770109b53438eb6144019 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 7 Mar 2013 20:23:11 -0800 Subject: [PATCH] add component.json --- component.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 component.json 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"] +}