all-of-frontend/package.json

25 lines
589 B
JSON
Raw Permalink Normal View History

2021-03-22 21:59:51 +08:00
{
"name": "fucking-frontend",
"version": "1.0.0",
"description": "仓库内容分为以下几块:",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KieSun/fucking-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KieSun/fucking-frontend/issues"
},
"homepage": "https://github.com/KieSun/fucking-frontend#readme",
"dependencies": {
2021-04-13 21:48:01 +08:00
"axios": "^0.21.1",
"gitment": "^0.0.3"
2021-03-22 21:59:51 +08:00
}
}