wishthis/node_modules/rework-plugin-url/package.json

35 lines
777 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "rework-plugin-url",
"version": "1.1.0",
2022-02-23 16:41:13 +00:00
"description": "url() plugin for rework, formerly included in core",
2022-04-08 10:55:35 +00:00
"main": "index.js",
"scripts": {
"test": "mocha --require should --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/reworkcss/rework-plugin-url.git"
2022-02-23 16:41:13 +00:00
},
2022-01-21 08:28:41 +00:00
"keywords": [
"browser",
"server",
"css",
"preprocess",
"transform"
],
2022-04-08 10:55:35 +00:00
"author": "reworkcss",
2022-01-21 08:28:41 +00:00
"license": "MIT",
2022-04-08 10:55:35 +00:00
"bugs": {
"url": "https://github.com/reworkcss/rework-plugin-url/issues"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/reworkcss/rework-plugin-url",
"devDependencies": {
"should": "^3.1.3",
"mocha": "^1.17.1",
"rework": "^1.0.0"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"dependencies": {
"rework-plugin-function": "^1.0.0"
}
2022-01-21 08:28:41 +00:00
}