mirror of
https://github.com/samsonjs/format.git
synced 2026-04-27 14:57:39 +00:00
add component.json
This commit is contained in:
parent
92cb00c5b7
commit
56e0dbddc2
1 changed files with 9 additions and 0 deletions
9
component.json
Normal file
9
component.json
Normal 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"]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue