{ "name": "BabylonJS", "version": "3.1.1", "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.9.4", "base64-image-loader": "^1.2.1", "chai": "^4.1.2", "color-support": "^1.1.3", "css-loader": "^0.25.0", "deepmerge": "^2.0.1", "del": "2.2.2", "es6-promise": "^4.2.4", "exports-loader": "^0.6.4", "gulp": "^3.8.11", "gulp-changed-in-place": "2.0.3", "gulp-clean-ts-extends": "~0.1.1", "gulp-concat": "~2.5.2", "gulp-content-to-variable": "^0.1.0", "gulp-debug": "^3.2.0", "gulp-expect-file": "^0.0.7", "gulp-optimize-js": "^1.0.2", "gulp-rename": "~1.2.2", "gulp-replace": "~0.5.3", "gulp-sass": "3.1.0", "gulp-sourcemaps": "~1.9.1", "gulp-typedoc": "^2.1.2", "gulp-typescript": "^3.2.4", "gulp-uglify": "^2.1.2", "gulp-util": "~3.0.4", "gulp-webserver": "^0.9.1", "handlebars": "^4.0.11", "html-loader": "^0.5.5", "imports-loader": "^0.7.1", "json-loader": "^0.5.7", "karma": "^2.0.0", "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": "~0.3.5", "minimist": "^1.2.0", "mocha": "^4.0.1", "phantomjs": "^2.1.7", "run-sequence": "~1.1.0", "sinon": "^4.3.0", "style-loader": "^0.13.2", "through2": "~0.6.5", "ts-loader": "^2.3.7", "typedoc": "^0.9.0", "typescript": "~2.8.1", "webpack-stream": "^4.0.1" }, "scripts": { "install": "npm --prefix ../../Playground/ install ../../Playground/ && npm --prefix ../../tests/unit/ install ../../tests/unit/ && gulp deployLocalDev" }, "dependencies": { "dts-bundle": "^0.7.3", "gulp-clean": "^0.4.0" } }