package.json 647 B

123456789101112131415161718192021222324252627
  1. {
  2. "author": {
  3. "name": "David CATUHE"
  4. },
  5. "name": "babylonjs-node-editor",
  6. "description": "The Babylon.js node material editor.",
  7. "version": "4.1.0-rc.9",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/BabylonJS/Babylon.js.git"
  11. },
  12. "license": "Apache-2.0",
  13. "dependencies": {
  14. "babylonjs": "4.1.0-rc.9"
  15. },
  16. "files": [
  17. "babylon.nodeEditor.max.js.map",
  18. "babylon.nodeEditor.max.js",
  19. "babylon.nodeEditor.js",
  20. "babylon.nodeEditor.module.d.ts",
  21. "readme.md",
  22. "package.json"
  23. ],
  24. "engines": {
  25. "node": "*"
  26. }
  27. }