mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
add component.json
This commit is contained in:
parent
57f3088876
commit
adb5bab532
1 changed files with 9 additions and 0 deletions
9
component.json
Normal file
9
component.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "strftime",
|
||||
"repo": "samsonjs/strftime"
|
||||
"description": "strftime date formatting",
|
||||
"keywords": ["strftime", "format", "date", "time"],
|
||||
"version": "0.4.8",
|
||||
"main": "lib/index.js",
|
||||
"scripts": ["lib/index.js"]
|
||||
}
|
||||
Loading…
Reference in a new issue