wishthis/node_modules/import-regex/package.json

30 lines
535 B
JSON
Raw Normal View History

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