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

35 lines
792 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-function",
"version": "1.0.2",
2022-02-23 16:41:13 +00:00
"description": "function() 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-function.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-function/issues"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/reworkcss/rework-plugin-function",
"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-visit": "^1.0.0"
}
2022-01-21 08:28:41 +00:00
}