Files
wildstring/bower.json
Ted Winslow e8af30f631 version typo
2015-07-24 18:00:04 -04:00

30 lines
498 B
JSON

{
"name": "wildstring",
"main": "index.js",
"version": "0.0.2",
"authors": [
"deltreey <suicidolt@gmail.com>"
],
"description": "Simple String Wildcard Handling",
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"keywords": [
"wildcard",
"string",
"interpolation"
],
"license": "MIT",
"homepage": "https://github.com/deltreey/wildstring",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}