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.

33 lines
636 B

  1. {
  2. "name": "hsla-regex",
  3. "description": "Regex for matching HSLA colors.",
  4. "author": "John Otander",
  5. "version": "1.0.0",
  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/hsla-regex.git"
  16. },
  17. "keywords": [
  18. "hsla",
  19. "regex",
  20. "regexp",
  21. "color",
  22. "css"
  23. ],
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/regexps/hsla-regex/issues"
  27. },
  28. "homepage": "https://github.com/regexps/hsla-regex",
  29. "dependencies": {},
  30. "devDependencies": {
  31. "mocha": "*"
  32. }
  33. }