k3s/third_party/ui/bower_components/string-format-js/bower.json

24 lines
446 B
JSON
Raw Normal View History

2015-04-13 23:55:01 +00:00
{
"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"
]
}