package.json 452 B

1234567891011121314151617
  1. {
  2. "displayName": "Water Geometry Tools - Core",
  3. "name": "sc.modeling.water.common",
  4. "description": "Codebase for the water geometry tools suite",
  5. "version": "1.0.0",
  6. "unity": "2021.3",
  7. "unityRelease": "0f1",
  8. "dependencies": {
  9. "com.unity.shadergraph": "12.1.8",
  10. "com.unity.visualeffectgraph": "12.1.8"
  11. },
  12. "author": {
  13. "name": "Staggart Creations",
  14. "email": "contact@staggart.xyz",
  15. "url": "http://staggart.xyz/"
  16. }
  17. }