Files
wildstring/bower.json
deltreey e6684b7384 remove version from bower.json
not needed and was wrong anyway
2015-08-05 19:55:48 -04:00

29 lines
481 B
JSON

{
"name": "wildstring",
"main": "wildstring.js",
"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"
]
}