30 lines
498 B
JSON
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"
|
|
]
|
|
}
|