wishthis/node_modules/rework/package.json

33 lines
629 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "rework",
"version": "1.0.1",
"description": "Plugin framework for CSS preprocessing",
"main": "index",
"files": [
"index.js"
2022-02-23 16:41:13 +00:00
],
2022-01-21 08:28:41 +00:00
"dependencies": {
2022-04-08 10:55:35 +00:00
"css": "^2.0.0",
"convert-source-map": "^0.3.3"
2022-01-21 08:28:41 +00:00
},
"devDependencies": {
"mocha": "^1.20.1",
"should": "^4.0.4"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "mocha --require should --reporter spec"
},
2022-01-21 08:28:41 +00:00
"keywords": [
"css",
"manipulation",
"preprocess",
"transform",
"server"
],
2022-04-08 10:55:35 +00:00
"author": "TJ Holowaychuk <tj@vision-media.ca>",
2022-01-21 08:28:41 +00:00
"repository": {
"type": "git",
"url": "git://github.com/reworkcss/rework.git"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}