Files
wishthis/node_modules/@fomantic/rework/package.json
2025-07-08 14:47:27 +02:00

33 lines
634 B
JSON

{
"name": "@fomantic/rework",
"version": "2.1.0",
"description": "Plugin framework for CSS preprocessing",
"main": "index",
"files": [
"index.js"
],
"dependencies": {
"@adobe/css-tools": "4.2.0"
},
"devDependencies": {
"mocha": "^9.2.2",
"should": "^13.2.3"
},
"scripts": {
"test": "mocha --require should --reporter spec"
},
"keywords": [
"css",
"manipulation",
"preprocess",
"transform",
"server"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"repository": {
"type": "git",
"url": "git://github.com/fomantic/rework.git"
},
"license": "MIT"
}