web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
629 B

{
"name": "rework",
"version": "1.0.1",
"description": "Plugin framework for CSS preprocessing",
"main": "index",
"files": [
"index.js"
],
"dependencies": {
"css": "^2.0.0",
"convert-source-map": "^0.3.3"
},
"devDependencies": {
"mocha": "^1.20.1",
"should": "^4.0.4"
},
"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/reworkcss/rework.git"
}
}