deltreey/wildstring

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "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"
  ]
}