mirror of https://github.com/k3s-io/k3s
24 lines
446 B
JSON
24 lines
446 B
JSON
{
|
|
"name": "string-format-js",
|
|
"main": "format.js",
|
|
"version": "0.1.2",
|
|
"homepage": "https://github.com/tmaeda1981jp/string-format-js",
|
|
"authors": [
|
|
"tmaeda1981jp <tmaeda1981jp@gmail.com>"
|
|
],
|
|
"description": "String format function for javascript",
|
|
"keywords": [
|
|
"string",
|
|
"format"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"libs",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|