package.json 780 B

123456789101112131415161718192021222324
  1. {
  2. "name": "BabylonJS_Serializers",
  3. "description": "Sserialization tools that you can use to generate different formats from .babylon",
  4. "main": "",
  5. "repository": { "url": "https://github.com/BabylonJS/Babylon.js/" },
  6. "readme": "https://github.com/BabylonJS/Babylon.js/edit/master/serializers/readme.md",
  7. "license": "(Apache-2.0)",
  8. "devDependencies": {
  9. "gulp": "^3.8.11",
  10. "gulp-uglify": "~1.2.0",
  11. "gulp-sourcemaps": "~1.5.2",
  12. "typescript": "~1.6.2",
  13. "gulp-typescript": "~2.9.0",
  14. "through2": "~0.6.5",
  15. "gulp-util": "~3.0.4",
  16. "gulp-concat": "~2.5.2",
  17. "merge2": "~0.3.5",
  18. "gulp-rename": "~1.2.2",
  19. "gulp-clean-ts-extends": "~0.1.1",
  20. "gulp-changed": "~1.2.1",
  21. "run-sequence": "~1.1.0",
  22. "gulp-replace": "~0.5.3"
  23. }
  24. }