wishthis/node_modules/import-regex/package.json
2022-04-08 12:55:35 +02:00

29 lines
535 B
JSON

{
"name": "import-regex",
"version": "1.1.0",
"description": "Regular expression for matching CSS @imports",
"license": "MIT",
"repository": "kevva/import-regex",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test.js"
},
"files": [
"index.js"
],
"keywords": [
"css",
"import",
"regex"
],
"devDependencies": {
"ava": "^0.0.4"
}
}