-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
28 lines (28 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "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"
}
}