29 lines
535 B
JSON
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"
|
|
}
|
|
}
|