web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
897 B

  1. {
  2. "name": "@surma/rollup-plugin-off-main-thread",
  3. "version": "1.4.2",
  4. "description": "Use Rollup with workers and ES6 modules today.",
  5. "main": "index.js",
  6. "scripts": {
  7. "fmt": "prettier --write 'tests/**/*.js' *.js *.md *.json",
  8. "test": "node ./run_tests.js"
  9. },
  10. "author": "Surma <surma@google.com>",
  11. "license": "Apache-2.0",
  12. "devDependencies": {
  13. "chai": "4.2.0",
  14. "karma": "4.2.0",
  15. "karma-chai": "0.1.0",
  16. "karma-chrome-launcher": "3.0.0",
  17. "karma-firefox-launcher": "1.1.0",
  18. "karma-mocha": "1.3.0",
  19. "karma-safari-launcher": "1.0.0",
  20. "karma-safaritechpreview-launcher": "2.0.2",
  21. "mocha": "6.1.4",
  22. "prettier": "1.18.2",
  23. "rollup": "2.0.0-0"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/surma/rollup-plugin-off-main-thread"
  28. },
  29. "dependencies": {
  30. "ejs": "^2.6.1",
  31. "magic-string": "^0.25.0"
  32. }
  33. }