package.json 634 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@material/feature-targeting",
  3. "description": "Material Components for the web Feature Targeting Scss helpers",
  4. "version": "15.0.0-canary.90291f2e2.0",
  5. "license": "MIT",
  6. "keywords": [
  7. "material components",
  8. "material design",
  9. "feature targeting"
  10. ],
  11. "sideEffects": false,
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/material-components/material-components-web.git",
  15. "directory": "packages/mdc-feature-targeting"
  16. },
  17. "dependencies": {
  18. "tslib": "^2.1.0"
  19. },
  20. "publishConfig": {
  21. "access": "public"
  22. },
  23. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  24. }