{
  "name": "@jiaminghi/transition",
  "version": "1.1.11",
  "author": "JiaMing <743192023@qq.com>",
  "description": "Dynamic effect plugin based Bezier Curve",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jiaming743/Transition.git"
  },
  "scripts": {
    "build": "node build/index.js",
    "prepublish": "npm run build",
    "deploy": "node deploy/index.js",
    "test": "mocha"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jiaming743/Transition/issues"
  },
  "keywords": [
    "bezierCurve",
    "animation",
    "transition"
  ],
  "homepage": "https://github.com/jiaming743/transition#readme",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/register": "^7.4.4",
    "@jiaminghi/fs": "^0.0.2",
    "ftp": "^0.3.10",
    "chai": "^4.2.0",
    "mocha": "^6.1.4"
  },
  "dependencies": {
    "@babel/runtime": "^7.5.5"
  }
}
