毕设专用git仓库
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.
 
 
 
 
 
 

13 lines
311 B

{
"name": "scss",
"description": "JavaScript Implementation of SCSS (Sassy CSS)",
"version": "0.2.4",
"contributors": [
{ "name": "Brian Mavity", "email": "brian@brianmavity.com" }
],
"main": "./src/index.js",
"engines": { "node": ">= 0.2.0" },
"dependencies": {
"ometa": "0.2.2"
}
}