{
  "name": "synapsor-easy-canvas-layout",
  "version": "0.1.19",
  "description": "A canvas lib help to easy layout in canvas.",
  "miniprogram": "lib",
  "main": "./lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c ./build/rollup.config.js",
    "dev": "gulp --gulpfile ./build/gulpfile.js",
    "copy": "cp ./dist/easy-canvas.min.js ./example/weapp && cp ./example/draw.js ./example/weapp"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gitjinfeiyang/easyFlow.git"
  },
  "author": "jinfeiyang",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Gitjinfeiyang/easyFlow/issues"
  },
  "homepage": "https://github.com/Gitjinfeiyang/easy-canvas#readme",
  "devDependencies": {
    "gulp": "^4.0.2",
    "rollup": "^2.28.2",
    "rollup-plugin-terser": "^7.0.0"
  }
}
