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

  1. {
  2. "name": "rgb-regex",
  3. "description": "Regex for RGB color strings.",
  4. "author": "John Otander",
  5. "version": "1.0.1",
  6. "main": "index.js",
  7. "directories": {
  8. "test": "test"
  9. },
  10. "scripts": {
  11. "test": "mocha test"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/regexps/rgb-regex.git"
  16. },
  17. "keywords": [
  18. "css",
  19. "regex",
  20. "regexp",
  21. "regexps",
  22. "rgb",
  23. "color",
  24. "regular",
  25. "expression"
  26. ],
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/regexps/rgb-regex/issues"
  30. },
  31. "homepage": "https://github.com/regexps/rgb-regex",
  32. "dependencies": {},
  33. "devDependencies": {
  34. "mocha": "*"
  35. }
  36. }