{ "name": "babylonjs", "version": "3.3.0", "description": "Babylon.js is a 3D engine based on webgl and javascript", "main": "", "repository": { "url": "https://github.com/BabylonJS/Babylon.js/" }, "readme": "https://github.com/BabylonJS/Babylon.js/edit/master/readme.md", "license": "(Apache-2.0)", "devDependencies": { "@types/node": "^8.10.22", "chai": "^4.1.2", "color-support": "^1.1.3", "del": "3.0.0", "gulp": "^4.0.0", "gulp-clean-ts-extends": "~0.1.1", "gulp-concat": "~2.6.1", "gulp-content-to-variable": "^0.1.0", "gulp-debug": "^4.0.0", "gulp-expect-file": "^1.0.0", "gulp-filter": "^5.1.0", "gulp-optimize-js": "^1.1.0", "gulp-rename": "^1.4.0", "gulp-replace": "~1.0.0", "gulp-sourcemaps": "~2.6.4", "gulp-tslint": "^8.1.3", "gulp-typedoc": "^2.2.0", "gulp-typescript": "4.0.2", "gulp-uglify": "^3.0.1", "gulp-webserver": "^0.9.1", "cors": "^2.8.4", "karma": "^2.0.5", "karma-browserstack-launcher": "^1.3.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-firefox-launcher": "^1.1.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4", "karma-sinon": "^1.0.5", "merge2": "~1.2.2", "minimist": "^1.2.0", "mocha": "^5.2.0", "phantomjs-prebuilt": "^2.1.16", "sinon": "^6.1.4", "through2": "~2.0.3", "ts-loader": "^4.4.2", "tslint": "^5.11.0", "typedoc": "^0.12.0", "typescript": "~3.0.1", "webpack": "^4.16.3", "webpack-stream": "5.0.0" }, "scripts": { "install": "cd ../../gui && npm install && cd ../Tools/Gulp/ && cd ../../inspector && npm install && cd ../Tools/Gulp/ && npm --prefix ../../Playground/ install ../../Playground/ && npm --prefix ../../tests/unit/ install ../../tests/unit/ && npm --prefix ../../Viewer/tests/ install ../../Viewer/tests/ && cd ../../Viewer && npm install && cd ../Tools/Gulp/ && gulp deployLocalDev" }, "dependencies": { "dts-bundle": "^0.7.3", "gulp-clean": "^0.4.0" } }