36 lines
676 B
JSON
36 lines
676 B
JSON
{
|
|
"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": "*"
|
|
}
|
|
}
|