2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name": "rework-import",
|
|
|
|
"version": "2.1.0",
|
|
|
|
"description": "A rework plugin to read and inline CSS files via @import",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "reworkcss/rework-import",
|
2022-01-21 08:28:41 +00:00
|
|
|
"authors": [
|
|
|
|
"Kevin Mårtensson <kevinmartensson@gmail.com>",
|
|
|
|
"Jason Campbell <jason@js.la>",
|
|
|
|
"Maxime Thirouin <m@moox.io>"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "node test/test.js"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"import",
|
|
|
|
"media",
|
|
|
|
"rework"
|
|
|
|
],
|
2022-04-08 10:55:35 +00:00
|
|
|
"dependencies": {
|
|
|
|
"css": "^2.0.0",
|
|
|
|
"globby": "^2.0.0",
|
|
|
|
"parse-import": "^2.0.0",
|
|
|
|
"url-regex": "^3.0.0"
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"ava": "^0.0.4",
|
|
|
|
"css-whitespace": "^1.1.0",
|
|
|
|
"rework": "^1.0.0"
|
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|