bdd47c52387411aa0d2b789772c1038a07018fdf1066deee97137f2be64fcc1174507b03a3a789c752c6c5807c1d98cb5af851a42c588cbf77b63aaeabf06b 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@jiaminghi/transition",
  3. "version": "1.1.11",
  4. "author": "JiaMing <743192023@qq.com>",
  5. "description": "Dynamic effect plugin based Bezier Curve",
  6. "main": "lib/index.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/jiaming743/Transition.git"
  10. },
  11. "scripts": {
  12. "build": "node build/index.js",
  13. "prepublish": "npm run build",
  14. "deploy": "node deploy/index.js",
  15. "test": "mocha"
  16. },
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/jiaming743/Transition/issues"
  20. },
  21. "keywords": [
  22. "bezierCurve",
  23. "animation",
  24. "transition"
  25. ],
  26. "homepage": "https://github.com/jiaming743/transition#readme",
  27. "devDependencies": {
  28. "@babel/cli": "^7.4.4",
  29. "@babel/core": "^7.4.5",
  30. "@babel/preset-env": "^7.5.5",
  31. "@babel/plugin-transform-runtime": "^7.5.5",
  32. "@babel/register": "^7.4.4",
  33. "@jiaminghi/fs": "^0.0.2",
  34. "ftp": "^0.3.10",
  35. "chai": "^4.2.0",
  36. "mocha": "^6.1.4"
  37. },
  38. "dependencies": {
  39. "@babel/runtime": "^7.5.5"
  40. }
  41. }