You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
885 B
JSON
35 lines
885 B
JSON
{
|
|
"name": "bilibili-bangumi-js",
|
|
"version": "1.0.1",
|
|
"description": "Render your Bilibili bangumi progress on a static web page",
|
|
"main": "api/index.js",
|
|
"scripts": {
|
|
"start": "node api/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hans362/Bilibili-Bangumi-API.git"
|
|
},
|
|
"keywords": [
|
|
"bangumi"
|
|
],
|
|
"author": "Hans Yu",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/hans362/Bilibili-Bangumi-API/issues"
|
|
},
|
|
"homepage": "https://github.com/hans362/Bilibili-Bangumi-API#readme",
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.13",
|
|
"@babel/preset-env": "^7.12.13",
|
|
"express": "^4.17.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-header": "^2.0.9",
|
|
"gulp-uglify": "^3.0.2",
|
|
"module-alias": "^2.2.2"
|
|
}
|
|
}
|