|
@@ -0,0 +1,19 @@
|
|
|
+{
|
|
|
+ "author": {
|
|
|
+ "name": "David CATUHE"
|
|
|
+ },
|
|
|
+ "name": "babylonjs-node-editor",
|
|
|
+ "description": "The Babylon.js node material editor.",
|
|
|
+ "version": "4.1.0-alpha.0",
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/BabylonJS/Babylon.js.git"
|
|
|
+ },
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "babylonjs": "4.1.0-alpha.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "*"
|
|
|
+ }
|
|
|
+}
|