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.
 
 
 

36 lines
676 B

{
"name": "rgb-regex",
"description": "Regex for RGB color strings.",
"author": "John Otander",
"version": "1.0.1",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/regexps/rgb-regex.git"
},
"keywords": [
"css",
"regex",
"regexp",
"regexps",
"rgb",
"color",
"regular",
"expression"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/regexps/rgb-regex/issues"
},
"homepage": "https://github.com/regexps/rgb-regex",
"dependencies": {},
"devDependencies": {
"mocha": "*"
}
}