mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-27 01:08:21 -05:00
33 lines
634 B
JSON
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"
|
|
}
|