-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 882 Bytes
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
{
"name": "blog",
"version": "1.0.0",
"description": "李可的个人博客\r ## 动画\r 1. [canvas:贝塞尔曲线及动画演示](https://github.com/lkdghzh/blog/tree/master/fe/javascript/animation/carton/bezeir)\r 2. [svg:演示viewport,viewBox,preserveAspectRatio](https://github.com/lkdghzh/blog/blob/master/fe/javascript/animation/svg/preservrAspectRadioProgress.html)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lkdghzh/blog.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lkdghzh/blog/issues"
},
"homepage": "https://github.com/lkdghzh/blog#readme",
"dependencies": {
"acorn": "^8.5.0",
"async": "^3.2.1"
},
"devDependencies": {
"miniprogram-automator": "^0.10.0"
}
}