add component.json

This commit is contained in:
Sami Samhuri 2013-03-07 20:23:11 -08:00
parent 92cb00c5b7
commit 56e0dbddc2

9
component.json Normal file
View file

@ -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"]
}