-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "bilibili-bangumi-js",
"version": "1.1.0",
"description": "Render your Bilibili bangumi progress on a static web page",
"main": "api/index.js",
"scripts": {
"start": "node api/index.js",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hans362/Bilibili-Bangumi-API.git"
},
"keywords": [
"bangumi",
"bilibili",
"serverless",
"static",
"vercel",
"hexo",
"hugo"
],
"author": "Hans Yu",
"license": "MIT",
"bugs": {
"url": "https://github.com/hans362/Bilibili-Bangumi-API/issues"
},
"homepage": "https://github.com/hans362/Bilibili-Bangumi-API#readme",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"axios": "^1.5.0",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-connect": "^5.7.0",
"gulp-header": "^2.0.9",
"gulp-uglify": "^3.0.2",
"module-alias": "^2.2.2"
}
}