package.json 902 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "zrender",
  3. "version": "4.3.2",
  4. "description": "A lightweight canvas library.",
  5. "keywords": [
  6. "canvas",
  7. "2d"
  8. ],
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/ecomfe/zrender.git"
  12. },
  13. "scripts": {
  14. "prepublish": "node build/build.js --prepublish",
  15. "build": "node build/build.js --release",
  16. "dev": "node build/build.js --watch",
  17. "test": "node build/build.js",
  18. "lint": "./node_modules/.bin/eslint src"
  19. },
  20. "license": "BSD-3-Clause",
  21. "devDependencies": {
  22. "@babel/core": "7.3.4",
  23. "@babel/helper-module-transforms": "7.2.2",
  24. "@babel/helper-simple-access": "7.1.0",
  25. "@babel/template": "7.2.2",
  26. "@babel/types": "7.0.0-beta.31",
  27. "assert": "1.4.1",
  28. "commander": "2.11.0",
  29. "fs-extra": "4.0.2",
  30. "jsdiff": "1.1.1",
  31. "rollup": "0.50.0",
  32. "rollup-plugin-uglify": "2.0.1",
  33. "eslint": "6.3.0"
  34. }
  35. }