-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
56 lines (56 loc) · 1.29 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "hexo-tag-mmedia",
"version": "hexo-mmedia-tag-version",
"description": "A media tag for Hexo",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/u2sb/hexo-tag-mmedia.git"
},
"keywords": [
"Hexo",
"Media",
"Meting",
"Aplayer",
"Dplayer",
"Bilibili",
"Xigua",
"西瓜",
"Video",
"Audio"
],
"author": "MonoLogueChi",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/u2sb/hexo-tag-mmedia/issues",
"email": "xxwhite@foxmail.com"
},
"homepage": "https://github.com/u2sb/hexo-tag-mmedia#文档",
"devDependencies": {
"@babel/core": "^7.22.8",
"@types/node": "^20.4.1",
"execa": "^7.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-json-editor": "^2.5.6",
"gulp-merge-json": "^2.1.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"gulp-yaml": "^2.0.4",
"rimraf": "^5.0.0",
"typescript": "^5.1.6"
},
"dependencies": {
"hexo-fs": "^4.1.1",
"json5": "^2.2.3",
"utility": "^1.18.0"
}
}