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.

45 lines
1.2 KiB

  1. {
  2. "name": "postcss-attribute-case-insensitive",
  3. "version": "4.0.2",
  4. "description": "PostCSS plugin to support case insensitive attributes",
  5. "main": "dist/index.js",
  6. "scripts": {
  7. "test": "eslint src && npm run prepublish && mocha --require @babel/register",
  8. "prepublish": "babel src --out-dir dist"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
  13. },
  14. "keywords": [
  15. "postcss",
  16. "css",
  17. "postcss-plugin",
  18. "attribute",
  19. "insensitive",
  20. "sensitive",
  21. "CSS4"
  22. ],
  23. "author": "Dmitry Semigradsky",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
  27. },
  28. "homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
  29. "devDependencies": {
  30. "@babel/cli": "^7.8.3",
  31. "@babel/core": "^7.8.3",
  32. "@babel/node": "^7.8.3",
  33. "@babel/preset-env": "^7.8.3",
  34. "@babel/register": "^7.8.3",
  35. "chai": "^4.2.0",
  36. "eslint": "^5.6.0",
  37. "eslint-config-airbnb-base": "^13.1.0",
  38. "eslint-plugin-import": "^2.14.0",
  39. "mocha": "^5.2.0"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.2",
  43. "postcss-selector-parser": "^6.0.2"
  44. }
  45. }