jsincss-regex-match
Version:
A regex matching plugin for jsincss
33 lines (32 loc) • 737 B
JSON
{
"name": "jsincss-regex-match",
"version": "2.2.0",
"description": "A regex matching plugin for jsincss",
"main": "index.js",
"module": "index.vanilla.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomhodgins/jsincss-regex-match.git"
},
"keywords": [
"jsincss",
"js-in-css",
"regex",
"regular",
"expression",
"matching",
"text",
"content",
"selector",
"css"
],
"author": "Tommy Hodgins",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomhodgins/jsincss-regex-match/issues"
},
"homepage": "https://github.com/tomhodgins/jsincss-regex-match#readme"
}