forked from nova1751/live2d-api
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 833 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 833 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": "weblive2d",
"version": "1.0.12",
"description": "1. 将 `Live2D` 完全 `cdn` 化,目录结构简单,便于编辑、添加和删除模型。\r 2. 为以 `CDN` 方式加载的 `Live2D` 模型,添加模型皮肤顺序切换的功能。\r 3. 将项目配置文件拆分成 `<link>` 与 `<script>` 标签的形式便于网站引入。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdingApkgg/live2d-api.git"
},
"keywords": [
"live2d",
"api",
"model",
"web",
"widget"
],
"author": "adingapkgg",
"license": "MIT",
"bugs": {
"url": "https://github.com/AdingApkgg/live2d-api/issues"
},
"homepage": "https://github.com/AdingApkgg/live2d-api#readme"
}